mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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:
parent
9ebe898a37
commit
7b3e7df92a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user