From: Gregory CLEMENT Date: Wed, 20 Feb 2013 02:15:47 +0000 (+1100) Subject: arm: mvebu: add RTC support for Armada 370 and Armada XP X-Git-Tag: next-20130220~1^2~250 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ae9ce1c76726bcd8840b5b56cc7587cb4f21178;p=karo-tx-linux.git arm: mvebu: add RTC support for Armada 370 and Armada XP The Armada 370 and Armada XP Socs have the same controller that the one used in the orion platforms. This patch updates the device tree for these SoCs. Signed-off-by: Gregory CLEMENT Acked-by: Andrew Lunn Cc: Russell King Signed-off-by: Andrew Morton --- diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 6f1acc75e155..4e3e4a3ce540 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi @@ -182,6 +182,12 @@ clocks = <&coreclk 0>; status = "disabled"; }; + + rtc@10300 { + compatible = "marvell,orion-rtc"; + reg = <0xd0010300 0x20>; + interrupts = <50>; + }; }; };