Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp306721ybe; Tue, 3 Sep 2019 23:20:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0J7t3a23tXBVBebDb8PGHXOeJEAfACrNRLY+kHE9wXHWcErjkLtnFC8yT+ziSXEmb7D7e X-Received: by 2002:a17:902:d708:: with SMTP id w8mr24799902ply.323.1567578031386; Tue, 03 Sep 2019 23:20:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567578031; cv=none; d=google.com; s=arc-20160816; b=funAArifgAQwW3OJKANmYVEFjoNJbIL6iYfCDAThDgnD3QttOHQZIngvanR1rbwy8G Lc9YqEbLCJ5fqL8JdE3B4Ybst5RRsUQuOhd1TxUy6aXF/XbkLAx05NwSY9wS/INJ+LiB JG5nJhdmQ+MGZXWuJR8736rgEQpKRsX/eXFKu5lRv4ZdQN4sCEsSe0bYrXv3iF67QZ51 3jQzWNdEXE4KPeVGzMUyxIyD4nlJLkJ4uIxQ7U6VecUgBnqq09IjB8hmPGBDUQ40YNvj me0gSywBKgXYrZkJeIKalK5lu4qrLLLfj3LWbPlTg0VSkzdnoeE7lOBBB+g6FP5Qg6X5 8KlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:mime-version:user-agent:date:message-id:cc:to :subject:from; bh=ELwvVOVVeRyQt4j17SdcAIHCg/VwiuxkqhByOsLXPvE=; b=GiPHMuMWPui4aowQHjut2pIlBpDMDp5aVfEQGbSXa4rHi+ExnoTgiRriPCkMXAXG5p fs6fZk3xOk8Eozcom1qjx63n8RHs7b9N8XCwF8QcqZ+jiKBPQsEU0sqsR6VUleVBtBWT qf0SSFSI2ejRaMG0i4w2U3TWODPhsUOcO3CSVpYZGZo/qO2wdUNOcDWHJH+Ja9TphW3Y ipZDALqXYKEaTWNwTczdqd7dmqSfOT68BIXw8iLY93V8ngm6terJW/7uav6JzrfyUKyx 5Y4GUrQX1mP/rb5M1/+OZLfLz9RuxqdtXw0vOClKMfqZQZrKbGwdlD799U4GFLNZaRZn DesQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o61si17403420pld.132.2019.09.03.23.20.16; Tue, 03 Sep 2019 23:20:31 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728745AbfIDGSR (ORCPT + 99 others); Wed, 4 Sep 2019 02:18:17 -0400 Received: from thoth.sbs.de ([192.35.17.2]:42597 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725938AbfIDGSR (ORCPT ); Wed, 4 Sep 2019 02:18:17 -0400 Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x846I4hZ020116 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 4 Sep 2019 08:18:04 +0200 Received: from [167.87.42.80] ([167.87.42.80]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x846I3Ow012563; Wed, 4 Sep 2019 08:18:04 +0200 From: Jan Kiszka Subject: [PATCH] platform/x86: pmc_atom: Add Siemens SIMATIC IPC227E to To: Darren Hart , Andy Shevchenko , platform-driver-x86@vger.kernel.org Cc: Linux Kernel Mailing List Message-ID: Date: Wed, 4 Sep 2019 08:18:03 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jan Kiszka The SIMATIC IPC227E uses the PMC clock for on-board components and gets stuck during boot if the clock is disabled. Therefore, add this device to the critical systems list. Fixes: 648e921888ad ("clk: x86: Stop marking clocks as CLK_IS_CRITICAL") Signed-off-by: Jan Kiszka --- Should go into stable as well, down to 4.19. drivers/platform/x86/pmc_atom.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/platform/x86/pmc_atom.c b/drivers/platform/x86/pmc_atom.c index aa53648a2214..9aca5e7ce6d0 100644 --- a/drivers/platform/x86/pmc_atom.c +++ b/drivers/platform/x86/pmc_atom.c @@ -415,6 +415,13 @@ static const struct dmi_system_id critclk_systems[] = { DMI_MATCH(DMI_BOARD_NAME, "CB6363"), }, }, + { + .ident = "SIMATIC IPC227E", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "SIEMENS AG"), + DMI_MATCH(DMI_PRODUCT_VERSION, "6ES7647-8B"), + }, + }, { /*sentinel*/ } }; -- 2.16.4 -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux