Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0db98549 authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Arnd Bergmann
Browse files

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: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Tested-by: default avatarFlorian Fainelli <florian@openwrt.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent d57c3590
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -131,6 +131,12 @@
			clocks = <&coreclk 0>;
			clocks = <&coreclk 0>;
			status = "disabled";
			status = "disabled";
		};
		};

		rtc@10300 {
			compatible = "marvell,orion-rtc";
			reg = <0xd0010300 0x20>;
			interrupts = <50>;
		};
	};
	};
};
};