arm: mvebu: Add RTC support for Armada 370 and Armada XP
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 12 Dec 2012 09:06:24 +0000 (10:06 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 Feb 2013 17:57:09 +0000 (18:57 +0100)
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 <gregory.clement@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Tested-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/armada-370-xp.dtsi

index 4c0abe85405fe533ba0cedd41c95d4b9de4b4dc7..5b2922599f0e85c0b8e959993460acb4a41810d4 100644 (file)
                        clocks = <&coreclk 0>;
                        status = "disabled";
                };
+
+               rtc@10300 {
+                       compatible = "marvell,orion-rtc";
+                       reg = <0xd0010300 0x20>;
+                       interrupts = <50>;
+               };
        };
 };