Skip to content

Commit 9b63164

Browse files
linuswarndb
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/[email protected] Cc: Sudeep Holla <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Chunyan Zhang <[email protected]> Reviewed-by: Amit Kucheria <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Reviewed-by: Sudeep Holla <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent ae6e459 commit 9b63164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)