]> Git Repo - linux.git/commitdiff
ARM: Dove: add RTC device node
authorJean-Francois Moine <[email protected]>
Fri, 8 Mar 2013 11:13:17 +0000 (12:13 +0100)
committerJason Cooper <[email protected]>
Fri, 8 Mar 2013 21:53:33 +0000 (21:53 +0000)
The commit:

  48be9ac ARM: Dove: split legacy and DT setup

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

Signed-off-by: Jean-François Moine <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
arch/arm/boot/dts/dove.dtsi

index 67dbe20868a2746638ef2e20c380633a1e6fbcfa..f7509cafc377a14dc38aa5d77232c264a8d8a301 100644 (file)
                        status = "disabled";
                };
 
+               rtc@d8500 {
+                       compatible = "marvell,orion-rtc";
+                       reg = <0xd8500 0x20>;
+               };
+
                crypto: crypto@30000 {
                        compatible = "marvell,orion-crypto";
                        reg = <0x30000 0x10000>,
This page took 0.052587 seconds and 4 git commands to generate.