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

ARM: dts: pxa168: add timer reset and clock

The timer was missing the clock and reset like the other peripherals.
Add them to allow the timer to continue working after boot completes.

Signed-off-by: Doug Brown <doug@schmorgal.com>
Link: https://lore.kernel.org/r/20221204005117.53452-2-doug@schmorgal.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Doug Brown and committed by
Arnd Bergmann
7b3e7df9 9ebe898a

+2
+2
arch/arm/boot/dts/pxa168.dtsi
··· 53 53 compatible = "mrvl,mmp-timer"; 54 54 reg = <0xd4014000 0x100>; 55 55 interrupts = <13>; 56 + clocks = <&soc_clocks PXA168_CLK_TIMER>; 57 + resets = <&soc_clocks PXA168_CLK_TIMER>; 56 58 }; 57 59 58 60 uart1: serial@d4017000 {