Skip to content

Commit 9b63164

Browse files
Linus Walleijarndb
authored andcommitted
arm64: dts: Fix leftover entry-methods for PSCI
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. Link: https://lore.kernel.org/r/20200322115846.16265-1-linus.walleij@linaro.org 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> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent ae6e459 commit 9b63164

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* PSCI node is not added default, U-boot will add missing
5454
* parts if it determines to use PSCI.
5555
*/
56-
entry-method = "arm,psci";
56+
entry-method = "psci";
5757

5858
CPU_PW20: cpu-pw20 {
5959
compatible = "arm,idle-state";

arch/arm64/boot/dts/sprd/sc9863a.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
};
109109

110110
idle-states {
111-
entry-method = "arm,psci";
111+
entry-method = "psci";
112112
CORE_PD: core-pd {
113113
compatible = "arm,idle-state";
114114
entry-latency-us = <4000>;

0 commit comments

Comments
 (0)