Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp7206531yba; Thu, 2 May 2019 06:12:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqzrjJKr/UJb6b8fBmEbqw+kf05evbGl25rWQyrjE7bU/0XvwdE02MMi5k9OVuXK7bIVoADH X-Received: by 2002:a63:bf0d:: with SMTP id v13mr3925663pgf.186.1556802720682; Thu, 02 May 2019 06:12:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556802720; cv=none; d=google.com; s=arc-20160816; b=XDgNJffkEYU6R82+4U9FO4SXTWCtjF3pMkV+q0gtp9DsZv100PPbeH11dABZ/CKcb2 eXKSKm6HEFfhWg0xaioXw9YDul2pkYi51CJxb64gwoRD53tfxqIGdTaeFhdRLg9EYmkb 6QPbEASeWG6n2hgMCVWOSdnBsKa8vCRz2sh35KZXm981oDMfY7DLpx+kYQ5whhkL9ZHG cE9Pxve9dVIBxcRUIAMoegJ9JKJRn22Qfn80pluGLUjkXQ8KXJyiQe5NAUYPEC7wnUZs krjm7yAL5kWYqZyGW6PB2c/7QEDAzR56vcQexplzS4y0/9F5arXcMIqgw8+ClTirA14K 4ajQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:content-transfer-encoding:mime-version :message-id:date:subject:cc:from; bh=P3fMESK9lYZ7j0TozWZ0uNUoyc6k+DVJRKiIpJnP3Ag=; b=u9yVFSNkoPjNy/mrK313tk7qT/QT6MkGSQluE1R/Z4/DQM4DXaXGWJL/QIU7UIieO6 402eOsFO3HO1TrrxzDYdJg5iBq10AGrt10KDgxZ99lFsE99JO0h6JhTU2509x2fPDXjo NFAxS0PFRTDlD+0J9hCk2PUWNVauPLOxHF9UmOnvsk5EU+gk1w4GBfPMwU62SGd0rseR hOt/92JJxHqOsD3CeOE0daD9Xbs+IEil0iRU2E66bKOVT6Lf+p5itY5BYz/fbT5rZaAR IgBqLy0V3o7RNbWCPN/f5+Fb1s8epq47g1S/kAAoQtLBm1jvOgML+zLF5gWdEbA6O7SL mosw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g18si6067426plo.267.2019.05.02.06.11.45; Thu, 02 May 2019 06:12:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726338AbfEBNJU (ORCPT + 99 others); Thu, 2 May 2019 09:09:20 -0400 Received: from internet2.beckhoff.com ([194.25.186.210]:59762 "EHLO Internet2.beckhoff.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726270AbfEBNJU (ORCPT ); Thu, 2 May 2019 09:09:20 -0400 X-Greylist: delayed 300 seconds by postgrey-1.27 at vger.kernel.org; Thu, 02 May 2019 09:09:19 EDT Received: from std-ryzen.beckhoff.com (172.17.66.182) by NT-Mail02.beckhoff.com (10.1.0.27) with Microsoft SMTP Server (TLS) id 14.3.301.0; Thu, 2 May 2019 15:04:17 +0200 From: CC: Hans de Goede , Steffen Dirkwinkel , Darren Hart , Andy Shevchenko , , Subject: [PATCH 0/1] Add several Beckhoff Automation boards to critclk_systems DMI table Date: Thu, 2 May 2019 15:03:50 +0200 Message-ID: <20190502130351.5341-1-linux-kernel-dev@beckhoff.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [172.17.66.182] X-OLX-Disclaimer: Done To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Steffen Dirkwinkel There are several Beckhoff Automation industrial PC boards which use pmc_plt_clk* clocks for ethernet controllers. The patch adds affected boards to critclk_systems DMI table so the clocks are marked as CLK_CRITICAL and not turned off. This should be applied on top of another patch as both change the same table: [PATCH] platform/x86: pmc_atom: Add Lex 3I380D industrial PC to critclk_systems DMI table Steffen Dirkwinkel (1): platform/x86: pmc_atom: Add several Beckhoff Automation boards to critclk_systems DMI table drivers/platform/x86/pmc_atom.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 2.21.0