public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: Dove: add RTC device node
@ 2013-03-08 11:13 Jean-Francois Moine
  2013-03-08 20:53 ` Sergei Shtylyov
  2013-03-08 21:58 ` Jason Cooper
  0 siblings, 2 replies; 5+ messages in thread
From: Jean-Francois Moine @ 2013-03-08 11:13 UTC (permalink / raw)
  To: linux-arm-kernel

The commit 48be9ac930086f removed the RTC initialization.
This patch re-enables the RTC via the DT.

Signed-off-by: Jean-Fran?ois Moine <moinejf@free.fr>
---
 arch/arm/boot/dts/dove.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 46afade..28ff4dc 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -197,6 +197,11 @@
 			status = "disabled";
 		};
 
+		rtc at d8500 {
+			compatible = "marvell,orion-rtc";
+			reg = <0xd8500 0x20>;
+		};
+
 		crypto: crypto at 30000 {
 			compatible = "marvell,orion-crypto";
 			reg = <0x30000 0x10000>,


-- 
Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-09  3:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 11:13 [PATCH] ARM: Dove: add RTC device node Jean-Francois Moine
2013-03-08 20:53 ` Sergei Shtylyov
2013-03-08 21:58 ` Jason Cooper
2013-03-08 23:12   ` Arnd Bergmann
2013-03-09  3:12     ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox