From: Rob Herring Date: Fri, 27 Sep 2013 00:59:03 +0000 (-0500) Subject: dts: calxeda: add ARM PSCI binding X-Git-Tag: v3.13-rc1~159^2~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78bbca1a54bd05f7c7d38a306073a3ee7f866e51;p=kernel%2Fkernel-generic.git dts: calxeda: add ARM PSCI binding Add the PSCI binding node for Calxeda SOCs. Only claiming "arm,psci" support since there is no agreement on 0.2 binding definition. Signed-off-by: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Stephen Warren Cc: Ian Campbell Cc: devicetree@vger.kernel.org --- diff --git a/arch/arm/boot/dts/ecx-common.dtsi b/arch/arm/boot/dts/ecx-common.dtsi index e8559b7..bc22557 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 = <0x84000002>; + cpu_off = <0x84000004>; + cpu_on = <0x84000006>; + }; + soc { #address-cells = <1>; #size-cells = <1>;