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:
a1abcd7
)
arm: mvebu: update DT to support local timers
author
Gregory CLEMENT
<
[email protected]
>
Fri, 25 Jan 2013 17:32:44 +0000
(18:32 +0100)
committer
Arnd Bergmann
<
[email protected]
>
Thu, 28 Feb 2013 17:57:14 +0000
(18:57 +0100)
Now that the time-armada-370-xp support local timers, updated the
device tree to take it into account.
Signed-off-by: Gregory CLEMENT <
[email protected]
>
Signed-off-by: Jason Cooper <
[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 fa025c44abdab39c67ecfd5902c287417b73772d..cb434b2de6280a00e746135bba042820ebd8114f 100644
(file)
--- a/
arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/
arch/arm/boot/dts/armada-370-xp.dtsi
@@
-68,8
+68,9
@@
timer@d0020300 {
compatible = "marvell,armada-370-xp-timer";
- reg = <0xd0020300 0x30>;
- interrupts = <37>, <38>, <39>, <40>;
+ reg = <0xd0020300 0x30>,
+ <0xd0021040 0x30>;
+ interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
clocks = <&coreclk 2>;
};