summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8313erdb.dts
diff options
context:
space:
mode:
authorKim Phillips2008-02-01 02:40:05 +0100
committerKumar Gala2008-02-06 06:30:14 +0100
commit5cfade1829440af45cd24ea7483d2e16876fc602 (patch)
tree3615f7bd6145e84077a73db5ebefd3f2c8e7d090 /arch/powerpc/boot/dts/mpc8313erdb.dts
parent[POWERPC] 8xx: adder875, ep88xc: fix to match recent 8xx cleanups. (diff)
downloadkernel-qcow2-linux-5cfade1829440af45cd24ea7483d2e16876fc602.tar.gz
kernel-qcow2-linux-5cfade1829440af45cd24ea7483d2e16876fc602.tar.xz
kernel-qcow2-linux-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/boot/dts/mpc8313erdb.dts')
-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 {