* [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI
@ 2020-03-22 11:58 Linus Walleij
2020-03-24 12:05 ` Sudeep Holla
2020-04-21 3:18 ` Shawn Guo
0 siblings, 2 replies; 3+ messages in thread
From: Linus Walleij @ 2020-03-22 11:58 UTC (permalink / raw)
To: arm, soc
Cc: Fabio Estevam, Linus Walleij, Chunyan Zhang, Amit Kucheria,
Sudeep Holla, Shawn Guo, linux-arm-kernel
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.
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Chunyan Zhang <chunyan.zhang@unisoc.com>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
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>;
--
2.21.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI
2020-03-22 11:58 [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI Linus Walleij
@ 2020-03-24 12:05 ` Sudeep Holla
2020-04-21 3:18 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Sudeep Holla @ 2020-03-24 12:05 UTC (permalink / raw)
To: Linus Walleij
Cc: Fabio Estevam, Chunyan Zhang, soc, arm, Amit Kucheria,
Sudeep Holla, Shawn Guo, linux-arm-kernel
On Sun, Mar 22, 2020 at 12:58:46PM +0100, Linus Walleij wrote:
> 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.
>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
FWIW,
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
--
Regards,
Sudeep
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI
2020-03-22 11:58 [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI Linus Walleij
2020-03-24 12:05 ` Sudeep Holla
@ 2020-04-21 3:18 ` Shawn Guo
1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2020-04-21 3:18 UTC (permalink / raw)
To: Linus Walleij
Cc: Chunyan Zhang, soc, arm, Amit Kucheria, Sudeep Holla,
Fabio Estevam, linux-arm-kernel
On Sun, Mar 22, 2020 at 12:58:46PM +0100, Linus Walleij wrote:
> 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.
>
> Cc: Sudeep Holla <sudeep.holla@arm.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Chunyan Zhang <chunyan.zhang@unisoc.com>
> Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> 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 +-
Acked-by: Shawn Guo <shawnguo@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-04-21 3:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22 11:58 [PATCH v2] arm64: dts: Fix leftover entry-methods for PSCI Linus Walleij
2020-03-24 12:05 ` Sudeep Holla
2020-04-21 3:18 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).