[PATCH 2/4] dts: calxeda: add ARM PSCI binding
From: Rob Herring <hidden>
Date: 2013-02-27 03:42:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Rob Herring <hidden>
Date: 2013-02-27 03:42:06
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Rob Herring <redacted> Add the PSCI binding for Calxeda SOCs. Signed-off-by: Rob Herring <redacted> --- arch/arm/boot/dts/ecx-common.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/ecx-common.dtsi b/arch/arm/boot/dts/ecx-common.dtsi
index d61b535..2c7b31e 100644
--- a/arch/arm/boot/dts/ecx-common.dtsi
+++ b/arch/arm/boot/dts/ecx-common.dtsi@@ -19,6 +19,14 @@ bootargs = "console=ttyAMA0"; }; + psci { + compatible = "arm,psci"; + method = "smc"; + cpu_suspend = <0x95c10000>; + cpu_off = <0x95c10001>; + cpu_on = <0x95c10002>; + }; + soc { #address-cells = <1>; #size-cells = <1>;
--
1.7.10.4