From patchwork Sun Mar 22 11:24:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 11451631 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6A93E913 for ; Sun, 22 Mar 2020 11:25:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 635A920777; Sun, 22 Mar 2020 11:25:07 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 10E8620774 for ; Sun, 22 Mar 2020 11:25:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="W7bTsGaL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 10E8620774 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linus.walleij@linaro.org Received: by mail-lj1-f195.google.com with SMTP id n17so999500lji.8 for ; Sun, 22 Mar 2020 04:25:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=TApTSstzMDFcZUtGtLotmZcoiZAQG0W0Mv7nRQ4N8LQ=; b=W7bTsGaLpmK248rg8tQJU8k1EE7nwidYZ7OMhR3oQ9xmVCjsXTOA+PxjEyzQUoV7JC 8JXviNkbdSEIlO5IAeZu6OeZR2zUQCfW4IlLAjw2o/txolcbSMq5IDojJMrJc7FEXx9h wvEHx8wt9SSUtuwzCJJRwvEzzY96DPBPT31R8TJo4UIjGph9eJwqQkP8r0ZE7PnNMkXB Ymi6UeXD59LTFAhdMHVPM/aN40B5GF4Y3Fk2BUgT33T5EWfThKnY/gjWM0LkfTWSQbvR hjW7hDZyVP28X0aamHREyKDfs3DWM4YcPn1YEKerfR6oDmSvSR04GnVNyAnsINKWejNQ E8rw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=TApTSstzMDFcZUtGtLotmZcoiZAQG0W0Mv7nRQ4N8LQ=; b=akz9TtYC3dp2xo4aCtHXkRAsD66us4NEfdLnMen8j+zwMwh10IrT22PIMYceChmMNm zvf1h9HjS8T1JuYXOsLFzTJd42ryMYp9fyA+twkyw+3A7OweeEVdFa4W/NPMDXwRBDXy uptZcyImy2Jy85yLG+b+lKYRNo8nLXf2Ld6j2DCtfRt4HUG9huOVkiyvSODbv6r9kuWR AxZshhYl0Wc2jxOHFAk5SOFdFsSt7P5fcKYUYyltO0unGTF19f+G5DX/NF4liliw66ig c4jxE2SkLfi/J2385ltjiyzoBE0SoD+RXOnlgUEzYJ82yGPoV7yGy/DgQ6ih7L6WXn/C 8IoQ== X-Gm-Message-State: ANhLgQ0baDB1LLkReV1gd6F4xnGA9e7AP/KogyYqJGp0g90uU2hFjQCf ajnK/HahrHyTQUWgDfwr6yw1FQ== X-Google-Smtp-Source: ADFU+vsO0zRWstY2Gw8qvI5vxLtSiVr/agsiSEgGcyHRv8hv6BLJDHuHmoaVLu9MThkZRIx0mZLqoQ== X-Received: by 2002:a2e:9b54:: with SMTP id o20mr4487060ljj.189.1584876304967; Sun, 22 Mar 2020 04:25:04 -0700 (PDT) Received: from localhost.bredbandsbolaget (c-5ac9225c.014-348-6c756e10.bbcust.telenor.se. [92.34.201.90]) by smtp.gmail.com with ESMTPSA id m21sm6963005ljb.89.2020.03.22.04.25.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 22 Mar 2020 04:25:04 -0700 (PDT) From: Linus Walleij List-Id: To: arm@kernel.org, soc@kernel.org Cc: linux-arm-kernel@lists.infradead.org, Linus Walleij , Amit Kucheria , Sudeep Holla , Fabio Estevam , Shawn Guo , Chunyan Zhang Subject: [PATCH] arm64: dts: Fix leftover entry-methods for PSCI Date: Sun, 22 Mar 2020 12:24:37 +0100 Message-Id: <20200322112437.18070-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.21.1 MIME-Version: 1.0 These two device trees were either missed or added after the commit correcting the "entry-method" from "arm,psci" to just "psci" as per the binding. Fixes: commit e9880240e4f4 ("arm64: dts: Fix various entry-method properties to reflect documentation") Cc: Amit Kucheria Cc: Sudeep Holla Cc: Fabio Estevam Cc: Shawn Guo Cc: Chunyan Zhang Signed-off-by: Linus Walleij Reviewed-by: Amit Kucheria --- ARM SoC folks: if this is fine just apply it to the tree where appropriate please. --- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 2 +- arch/arm64/boot/dts/sprd/sc9863a.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 0bf375ec959b..55b71bb4baf8 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -53,7 +53,7 @@ * PSCI node is not added default, U-boot will add missing * parts if it determines to use PSCI. */ - entry-method = "arm,psci"; + entry-method = "psci"; CPU_PW20: cpu-pw20 { compatible = "arm,idle-state"; diff --git a/arch/arm64/boot/dts/sprd/sc9863a.dtsi b/arch/arm64/boot/dts/sprd/sc9863a.dtsi index cd80756c888d..2c590ca1d079 100644 --- a/arch/arm64/boot/dts/sprd/sc9863a.dtsi +++ b/arch/arm64/boot/dts/sprd/sc9863a.dtsi @@ -108,7 +108,7 @@ }; idle-states { - entry-method = "arm,psci"; + entry-method = "psci"; CORE_PD: core-pd { compatible = "arm,idle-state"; entry-latency-us = <4000>;