[PATCH] powerpc: add rtc node to mpc8313erdb dts

Kim Phillips kim.phillips at freescale.com
Fri Feb 1 12:40:05 EST 2008


the 8313 rdb has a ds1339 at address 0x68.

Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
---
 arch/powerpc/boot/dts/mpc8313erdb.dts |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 2d6653f..e1f0dca 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 at 68 {
+				compatible = "dallas,ds1339";
+				reg = <0x68>;
+			};
 		};
 
 		i2c at 3100 {
-- 
1.5.2.2




More information about the Linuxppc-dev mailing list