[PATCH 2/4] powerpc: Add the ds1374 RTC to the mpc8349emds device tree.

Scott Wood scottwood at freescale.com
Fri Dec 8 04:34:57 EST 2006


Signed-off-by: Scott Wood <scottwood at freescale.com>
---
 arch/powerpc/boot/dts/mpc8349emds.dts |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8349emds.dts b/arch/powerpc/boot/dts/mpc8349emds.dts
index 50f4886..889a5b8 100644
--- a/arch/powerpc/boot/dts/mpc8349emds.dts
+++ b/arch/powerpc/boot/dts/mpc8349emds.dts
@@ -55,12 +55,22 @@
 		};
 
 		i2c at 3000 {
+			#address-cells = <1>;
+			#size-cells = <0>;
 			device_type = "i2c";
 			compatible = "fsl-i2c";
 			reg = <3000 100>;
 			interrupts = <e 8>;
 			interrupt-parent = <700>;
 			dfsrr;
+
+			rtc at 68 {
+				device_type = "rtc";
+				compatible = "ds1374";
+				reg = <68>;
+				interrupts = <13 8>;
+				interrupt-parent = <700>;
+			};
 		};
 
 		i2c at 3100 {
-- 
1.4.2.3








More information about the Linuxppc-dev mailing list