lkml.org 
[lkml]   [2012]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] arm/dts: am33xx rtc node
Date
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


\
 
 \ /
  Last update: 2012-10-19 13:41    [W:0.047 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site