projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e822f75
)
ARM: Dove: add RTC device node
author
Jean-Francois Moine
<moinejf@free.fr>
Fri, 8 Mar 2013 11:13:17 +0000
(12:13 +0100)
committer
Jason Cooper
<jason@lakedaemon.net>
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 <moinejf@free.fr>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/dove.dtsi
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/dove.dtsi
b/arch/arm/boot/dts/dove.dtsi
index 67dbe20868a2746638ef2e20c380633a1e6fbcfa..f7509cafc377a14dc38aa5d77232c264a8d8a301 100644
(file)
--- 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>,