mvebu: switch to 3.10
[openwrt/svn-archive/archive.git] / target / linux / mvebu / patches-3.8 / 020-arm_mvebu_add_rtc_support_for_a370_and_axp.patch
1 The Armada 370 and Armada XP Socs have the same controller that the
2 one used in the orion platforms. This patch updates the device tree
3 for these SoCs.
4
5 Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
6 Acked-by: Andrew Lunn <andrew@lunn.ch>
7 ---
8 arch/arm/boot/dts/armada-370-xp.dtsi | 6 ++++++
9 1 file changed, 6 insertions(+)
10
11 --- a/arch/arm/boot/dts/armada-370-xp.dtsi
12 +++ b/arch/arm/boot/dts/armada-370-xp.dtsi
13 @@ -139,6 +139,12 @@
14 clocks = <&gateclk 17>;
15 status = "disabled";
16 };
17 +
18 + rtc@10300 {
19 + compatible = "marvell,orion-rtc";
20 + reg = <0xd0010300 0x20>;
21 + interrupts = <50>;
22 + };
23 };
24 };
25