projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b06eef4
)
arm: mvebu: add RTC support for Armada 370 and Armada XP
author
Gregory CLEMENT
<
[email protected]
>
Fri, 22 Feb 2013 00:44:55 +0000
(16:44 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 22 Feb 2013 01:22:28 +0000
(17:22 -0800)
The Armada 370 and Armada XP Socs have the same controller that the one
used in the orion platforms. This patch updates the device tree for
these SoCs.
Signed-off-by: Gregory CLEMENT <
[email protected]
>
Acked-by: Andrew Lunn <
[email protected]
>
Cc: Russell King <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/arm/boot/dts/armada-370-xp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/armada-370-xp.dtsi
b/arch/arm/boot/dts/armada-370-xp.dtsi
index 4c0abe85405fe533ba0cedd41c95d4b9de4b4dc7..5b2922599f0e85c0b8e959993460acb4a41810d4 100644
(file)
--- a/
arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/
arch/arm/boot/dts/armada-370-xp.dtsi
@@
-131,6
+131,12
@@
clocks = <&coreclk 0>;
status = "disabled";
};
+
+ rtc@10300 {
+ compatible = "marvell,orion-rtc";
+ reg = <0xd0010300 0x20>;
+ interrupts = <50>;
+ };
};
};