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>
This commit is contained in:
Doug Brown 2022-12-03 16:51:16 -08:00 committed by Arnd Bergmann
parent 9ebe898a37
commit 7b3e7df92a
No known key found for this signature in database
GPG Key ID: 9A6C79EFE60018D9

View File

@ -53,6 +53,8 @@ timer0: timer@d4014000 {
compatible = "mrvl,mmp-timer";
reg = <0xd4014000 0x100>;
interrupts = <13>;
clocks = <&soc_clocks PXA168_CLK_TIMER>;
resets = <&soc_clocks PXA168_CLK_TIMER>;
};
uart1: serial@d4017000 {