ARM: dts: mmp2: add clock to the timer

The timer needs the timer clock to be enabled, otherwise it stops
ticking.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
Lubomir Rintel
2018-11-28 18:53:08 +01:00
committed by Olof Johansson
vanhempi 5b3edb56bc
commit 1c22b9c10a

Näytä tiedosto

@@ -130,6 +130,7 @@
compatible = "mrvl,mmp-timer";
reg = <0xd4014000 0x100>;
interrupts = <13>;
clocks = <&soc_clocks MMP2_CLK_TIMER>;
};
uart1: uart@d4030000 {