aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-10-26 00:29:27 -0400
committerKumar Gala <galak@kernel.crashing.org>2011-11-24 03:01:37 -0500
commitae744b4118d7b3399c646212d8ae8f07e44a0c4e (patch)
treed1a148509e9f7c492c821c1523bbb778af32cdb1 /arch/powerpc/boot
parent96488746bbfb3e25a9c451e198c4d7c4b2e0731f (diff)
powerpc/85xx: Add RTC to P1010RDB device tree
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/p1010rdb.dtsi7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
index 149d196b242a..3aa2b823fb00 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -125,6 +125,13 @@
125}; 125};
126 126
127&board_soc { 127&board_soc {
128 i2c@3000 {
129 rtc@68 {
130 compatible = "pericom,pt7c4338";
131 reg = <0x68>;
132 };
133 };
134
128 spi@7000 { 135 spi@7000 {
129 flash@0 { 136 flash@0 {
130 #address-cells = <1>; 137 #address-cells = <1>;