aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-01-31 19:40:05 -0600
committerKumar Gala <galak@kernel.crashing.org>2008-02-05 23:30:14 -0600
commit5cfade1829440af45cd24ea7483d2e16876fc602 (patch)
tree3615f7bd6145e84077a73db5ebefd3f2c8e7d090 /arch/powerpc
parent[POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups. (diff)
downloadlinux-dev-5cfade1829440af45cd24ea7483d2e16876fc602.tar.xz
linux-dev-5cfade1829440af45cd24ea7483d2e16876fc602.zip
[POWERPC] 83xx: Add rtc node to mpc8313erdb dts
The 8313 rdb has a ds1339 at address 0x68. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/boot/dts/mpc8313erdb.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 2d6653fe72ff..e1f0dca8ac39 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -118,6 +118,10 @@
interrupts = <14 0x8>;
interrupt-parent = <&ipic>;
dfsrr;
+ rtc@68 {
+ compatible = "dallas,ds1339";
+ reg = <0x68>;
+ };
};
i2c@3100 {