summaryrefslogtreecommitdiff
path: root/arch/powerpc/boot/dts/kmeter1.dts
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-09-16 01:44:02 +0400
committerKumar Gala <galak@kernel.crashing.org>2009-11-11 21:43:31 -0600
commit1f8a25d4a461865c7f38e93dcecbee63b3968d21 (patch)
treeb443df5419c60a405d188b175166aac042b56c2d /arch/powerpc/boot/dts/kmeter1.dts
parent8c68e2f7885b22f0a63bf087752a46b690d6b6ea (diff)
powerpc/83xx: Add power management support for MPC83xx QE boards
Simply add power management controller nodes and sleep properties. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/kmeter1.dts')
-rw-r--r--arch/powerpc/boot/dts/kmeter1.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/kmeter1.dts b/arch/powerpc/boot/dts/kmeter1.dts
index 167044f7de1d..65b8b4f27efe 100644
--- a/arch/powerpc/boot/dts/kmeter1.dts
+++ b/arch/powerpc/boot/dts/kmeter1.dts
@@ -59,6 +59,13 @@
reg = <0xe0000000 0x00000200>;
bus-frequency = <0>; /* Filled in by U-Boot */
+ pmc: power@b00 {
+ compatible = "fsl,mpc8360-pmc", "fsl,mpc8349-pmc";
+ reg = <0xb00 0x100 0xa00 0x100>;
+ interrupts = <80 0x8>;
+ interrupt-parent = <&ipic>;
+ };
+
i2c@3000 {
#address-cells = <1>;
#size-cells = <0>;