devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: am33xx: rtc node
@ 2012-10-30  9:34 Afzal Mohammed
  2012-10-31 11:07 ` Benoit Cousson
  0 siblings, 1 reply; 3+ messages in thread
From: Afzal Mohammed @ 2012-10-30  9:34 UTC (permalink / raw)
  To: Benoit Cousson
  Cc: Grant Likely, devicetree-discuss, Afzal Mohammed, Russell King,
	Tony Lindgren, AnilKumar Ch, Rob Herring, Vaibhav Hiremath,
	linux-arm-kernel, linux-kernel

Add am33xx rtc node.

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

This is based on your for_3.8/dts branch.

This has been tested on Beagle Bone.

Bindings along with driver changes for DT has been picked by Andrew
Morton and is now present in linux-next.

Regards
Afzal

v2
 1. Remove interrupt parent in rtc node.
 2. Modify subject as per new convention.


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

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index 70d24b8..97a7bd3 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -291,5 +291,13 @@
 			ti,hwmods = "timer7";
 			ti,timer-pwm;
 		};
+
+		rtc@44e3e000 {
+			compatible = "ti,da830-rtc";
+			reg = <0x44e3e000 0x1000>;
+			interrupts = <75
+				      76>;
+			ti,hwmods = "rtc";
+		};
 	};
 };
-- 
1.7.12

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

end of thread, other threads:[~2012-10-31 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  9:34 [PATCH v2] ARM: dts: am33xx: rtc node Afzal Mohammed
2012-10-31 11:07 ` Benoit Cousson
2012-10-31 11:37   ` 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).