aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-10-25 23:29:27 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-11-24 02:01:37 -0600
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 149d196b242..3aa2b823fb0 100644
--- a/arch/powerpc/boot/dts/p1010rdb.dtsi
+++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
@@ -125,6 +125,13 @@
};
&board_soc {
+ i2c@3000 {
+ rtc@68 {
+ compatible = "pericom,pt7c4338";
+ reg = <0x68>;
+ };
+ };
+
spi@7000 {
flash@0 {
#address-cells = <1>;