aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/ecx-common.dtsi
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2013-09-26 20:59:03 -0400
committerRob Herring <rob.herring@calxeda.com>2013-10-01 17:34:17 -0400
commit78bbca1a54bd05f7c7d38a306073a3ee7f866e51 (patch)
tree64bb6baa7dee1cfcbb872865843badc7838081cf /arch/arm/boot/dts/ecx-common.dtsi
parentdd68eb02e4598d81e9e42400ccbd2cc42f012bfa (diff)
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 <rob.herring@calxeda.com> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Stephen Warren <swarren@wwwdotorg.org> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Cc: devicetree@vger.kernel.org
Diffstat (limited to 'arch/arm/boot/dts/ecx-common.dtsi')
-rw-r--r--arch/arm/boot/dts/ecx-common.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ecx-common.dtsi b/arch/arm/boot/dts/ecx-common.dtsi
index e8559b753c9d..bc22557d7a6a 100644
--- a/arch/arm/boot/dts/ecx-common.dtsi
+++ b/arch/arm/boot/dts/ecx-common.dtsi
@@ -19,6 +19,14 @@
19 bootargs = "console=ttyAMA0"; 19 bootargs = "console=ttyAMA0";
20 }; 20 };
21 21
22 psci {
23 compatible = "arm,psci";
24 method = "smc";
25 cpu_suspend = <0x84000002>;
26 cpu_off = <0x84000004>;
27 cpu_on = <0x84000006>;
28 };
29
22 soc { 30 soc {
23 #address-cells = <1>; 31 #address-cells = <1>;
24 #size-cells = <1>; 32 #size-cells = <1>;