Message ID | 20200322115846.16265-1-linus.walleij@linaro.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9b631649c43672cb7093103b5e8efa4553b952a5 |
Headers | show |
Series | [v2] arm64: dts: Fix leftover entry-methods for PSCI | expand |
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
Hello: This patch was applied to soc/soc.git (refs/heads/arm/fixes). On Sun, 22 Mar 2020 12:58:46 +0100 you 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> > > [...] Here is a summary with links: - [v2] arm64: dts: Fix leftover entry-methods for PSCI https://git.kernel.org/soc/soc/c/8dabc433c64a5293c843fcb5ac4e31a178d548af You are awesome, thank you!
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>
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>;