diff mbox

[6/6] arm/dts: am33xx rtc node

Message ID efc6915b679ce61a213617d109beb4ccb8beddd4.1343046707.git.afzal@ti.com (mailing list archive)
State Superseded
Headers show

Commit Message

Afzal Mohammed July 23, 2012, 1:42 p.m. UTC
Add am33xx rtc node.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
---
 arch/arm/boot/dts/am33xx.dtsi |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi
index bd0cff3..9de7e13 100644
--- a/arch/arm/boot/dts/am33xx.dtsi
+++ b/arch/arm/boot/dts/am33xx.dtsi
@@ -159,5 +159,10 @@ 
 			compatible = "ti,omap3-wdt";
 			ti,hwmods = "wd_timer2";
 		};
+
+		rtc@44e3e000 {
+			compatible = "ti,am1808-rtc";
+			ti,hwmods = "rtc";
+		};
 	};
 };