Skip to content

Commit

Permalink
dts: calxeda: add ARM PSCI binding
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Rob Herring committed Oct 1, 2013
1 parent dd68eb0 commit 78bbca1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/boot/dts/ecx-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit 78bbca1

Please sign in to comment.