From: Gregory CLEMENT Date: Fri, 25 Jan 2013 17:32:44 +0000 (+0100) Subject: arm: mvebu: update DT to support local timers X-Git-Tag: next-20130220~18^2~5^2^2~12 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ad30065ca354d410dd61dc46a330ac7302738e8;p=karo-tx-linux.git 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 Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index fa025c44abda..cb434b2de628 100644 --- 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>; };