linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/4] powerpc: Add the ds1374 RTC to the mpc8349emds device tree.
@ 2006-12-07 17:34 Scott Wood
  2006-12-07 21:32 ` [PATCH 2/4] powerpc: Add the ds1374 RTC to the mpc8349emds devicetree Joakim Tjernlund
  0 siblings, 1 reply; 3+ messages in thread
From: Scott Wood @ 2006-12-07 17:34 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: i2c

Signed-off-by: Scott Wood <scottwood@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@3000 {
+			#address-cells = <1>;
+			#size-cells = <0>;
 			device_type = "i2c";
 			compatible = "fsl-i2c";
 			reg = <3000 100>;
 			interrupts = <e 8>;
 			interrupt-parent = <700>;
 			dfsrr;
+
+			rtc@68 {
+				device_type = "rtc";
+				compatible = "ds1374";
+				reg = <68>;
+				interrupts = <13 8>;
+				interrupt-parent = <700>;
+			};
 		};
 
 		i2c@3100 {
-- 
1.4.2.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-07 21:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 17:34 [PATCH 2/4] powerpc: Add the ds1374 RTC to the mpc8349emds device tree Scott Wood
2006-12-07 21:32 ` [PATCH 2/4] powerpc: Add the ds1374 RTC to the mpc8349emds devicetree Joakim Tjernlund
2006-12-07 21:39   ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).