aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorGregory CLEMENT2013-01-25 11:32:44 -0600
committerArnd Bergmann2013-02-28 11:57:14 -0600
commite1dd464901080ecf7ebd3fd27dfc5735719055f4 (patch)
treef2fec936010bb245b84addaea13c1defffff7add /arch/arm
parenta1abcd7c2339088a6628381fa13239d89d639961 (diff)
downloadam43-linux-kernel-e1dd464901080ecf7ebd3fd27dfc5735719055f4.tar.gz
am43-linux-kernel-e1dd464901080ecf7ebd3fd27dfc5735719055f4.tar.xz
am43-linux-kernel-e1dd464901080ecf7ebd3fd27dfc5735719055f4.zip
arm: mvebu: update DT to support local timers
Now that the time-armada-370-xp support local timers, updated the device tree to take it into account. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/armada-370-xp.dtsi5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
index fa025c44abd..cb434b2de62 100644
--- a/arch/arm/boot/dts/armada-370-xp.dtsi
+++ b/arch/arm/boot/dts/armada-370-xp.dtsi
@@ -68,8 +68,9 @@
68 68
69 timer@d0020300 { 69 timer@d0020300 {
70 compatible = "marvell,armada-370-xp-timer"; 70 compatible = "marvell,armada-370-xp-timer";
71 reg = <0xd0020300 0x30>; 71 reg = <0xd0020300 0x30>,
72 interrupts = <37>, <38>, <39>, <40>; 72 <0xd0021040 0x30>;
73 interrupts = <37>, <38>, <39>, <40>, <5>, <6>;
73 clocks = <&coreclk 2>; 74 clocks = <&coreclk 2>;
74 }; 75 };
75 76