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

Commit 85c0c13d authored by Jean-Francois Moine's avatar Jean-Francois Moine Committed by Jason Cooper
Browse files

ARM: Dove: add RTC device node



The commit:

  48be9ac9 ARM: Dove: split legacy and DT setup

removed the RTC initialization.  This patch re-enables the RTC
via the DT.

Signed-off-by: default avatarJean-François Moine <moinejf@free.fr>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent e822f75d
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -197,6 +197,11 @@
			status = "disabled";
			status = "disabled";
		};
		};


		rtc@d8500 {
			compatible = "marvell,orion-rtc";
			reg = <0xd8500 0x20>;
		};

		crypto: crypto@30000 {
		crypto: crypto@30000 {
			compatible = "marvell,orion-crypto";
			compatible = "marvell,orion-crypto";
			reg = <0x30000 0x10000>,
			reg = <0x30000 0x10000>,