]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: add RTC support for Armada 370 and Armada XP
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 20 Feb 2013 02:15:47 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:27 +0000 (16:53 +1100)
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>
Cc: Russell King <linux@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/arm/boot/dts/armada-370-xp.dtsi

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