Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1dd4649 authored by Gregory CLEMENT's avatar Gregory CLEMENT Committed by Arnd Bergmann
Browse files

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: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent a1abcd7c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>;
		};