diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2013-03-08 12:13:17 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-08 21:53:33 +0000 |
commit | 85c0c13dcdbb2d7cb375e6ace711e3655dd7a4dd (patch) | |
tree | fb7fd6da3d05e1fddbf0db64dc3612efb3e26a3e /arch | |
parent | e822f75d848e29a034da7d238a9d5325cff1e9fe (diff) |
ARM: Dove: add RTC device node
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/dove.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 67dbe20868a2..f7509cafc377 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -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>, |