Message ID | efc6915b679ce61a213617d109beb4ccb8beddd4.1343046707.git.afzal@ti.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
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"; + }; }; };
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(-)