From patchwork Mon Jul 23 13:42:54 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/6] arm/dts: am33xx rtc node Date: Mon, 23 Jul 2012 03:42:54 -0000 From: Mohammed Afzal X-Patchwork-Id: 172687 Message-Id: To: , , , , , , , , , , , , , Cc: Afzal Mohammed Add am33xx rtc node. Signed-off-by: Afzal Mohammed --- arch/arm/boot/dts/am33xx.dtsi | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) 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"; + }; }; };