Skip to content

Commit

Permalink
ARM: Dove: add RTC device node
Browse files Browse the repository at this point in the history
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 <moinejf@free.fr>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Jean-Francois Moine authored and Jason Cooper committed Mar 8, 2013
1 parent e822f75 commit 85c0c13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/dove.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@
status = "disabled";
};

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

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

0 comments on commit 85c0c13

Please sign in to comment.