[U-Boot] [PATCH 6/9] arm64: dts: Fix various entry-method properties to reflect documentation

Michal Simek michal.simek at xilinx.com
Wed Feb 13 15:54:27 UTC 2019


From: Amit Kucheria <amit.kucheria at linaro.org>

The idle-states binding documentation[1] mentions that the
'entry-method' property is required on 64-bit platforms and must be
set to "psci".

Linux commit a13f18f59d26 ("Documentation: arm: Fix typo in the idle-states
bindings examples") attempted to fix this earlier but clearly more is
needed.

Linux docs:
Documentation/devicetree/bindings/arm/idle-states.txt (see
idle-states node)

Signed-off-by: Amit Kucheria <amit.kucheria at linaro.org>
Acked-by: Sudeep Holla <sudeep.holla at arm.com>
Acked-by: Li Yang <leoyang.li at nxp.com>
Signed-off-by: Olof Johansson <olof at lixom.net>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 arch/arm/dts/zynqmp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index b28e75732f1e..dfb6ebc64ce5 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -58,7 +58,7 @@
 		};
 
 		idle-states {
-			entry-method = "arm,psci";
+			entry-method = "psci";
 
 			CPU_SLEEP_0: cpu-sleep-0 {
 				compatible = "arm,idle-state";
-- 
1.9.1



More information about the U-Boot mailing list