devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/dts: am33xx rtc node
@ 2012-10-19 10:50 Afzal Mohammed
  2012-10-19 10:54 ` Mohammed, Afzal
  2012-10-30  9:39 ` Afzal Mohammed
  0 siblings, 2 replies; 3+ messages in thread
From: Afzal Mohammed @ 2012-10-19 10:50 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: devicetree-discuss, Afzal Mohammed, Russell King, Tony Lindgren,
	Rob Herring, Vaibhav Hiremath, Grant Likely, linux-arm-kernel,
	linux-kernel

add am33xx rtc node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
---

Based on v3.7-rc1,
Dependent on series "rtc: omap dt support (for am33xx)",
(https://lkml.org/lkml/2012/10/19/163)
Tested on Beagle Bone.

 arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index bb31bff..356711e 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -210,5 +210,14 @@
 			interrupt-parent = <&intc>;
 			interrupts = <91>;
 		};
+
+		rtc {
+			compatible = "ti,da830-rtc";
+			ti,hwmods = "rtc";
+			reg = <0x44e3e000 0x1000>;
+			interrupt-parent = <&intc>;
+			interrupts = <75
+				      76>;
+		};
 	};
 };
-- 
1.7.12

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

end of thread, other threads:[~2012-10-30  9:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19 10:50 [PATCH] arm/dts: am33xx rtc node Afzal Mohammed
2012-10-19 10:54 ` Mohammed, Afzal
2012-10-30  9:39 ` Afzal Mohammed

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).