Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gregory CLEMENT and committed by
Arnd Bergmann
e1dd4649 a1abcd7c

+3 -2
+3 -2
arch/arm/boot/dts/armada-370-xp.dtsi
··· 68 68 69 69 timer@d0020300 { 70 70 compatible = "marvell,armada-370-xp-timer"; 71 - reg = <0xd0020300 0x30>; 72 - interrupts = <37>, <38>, <39>, <40>; 71 + reg = <0xd0020300 0x30>, 72 + <0xd0021040 0x30>; 73 + interrupts = <37>, <38>, <39>, <40>, <5>, <6>; 73 74 clocks = <&coreclk 2>; 74 75 }; 75 76