diff options
author | Doug Brown <doug@schmorgal.com> | 2022-12-03 16:51:16 -0800 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-12-04 13:03:48 +0100 |
commit | 7b3e7df92a061d0196f20e35ceef559eb8dd98a0 (patch) | |
tree | 80535a5a228d4370c6c5048ba6155febabc5f07d /arch/arm | |
parent | 9ebe898a37329815636b9b4416d8ad2ff4681eb2 (diff) |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/pxa168.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa168.dtsi b/arch/arm/boot/dts/pxa168.dtsi index 4fe7735c7c58..16212b912b94 100644 --- a/arch/arm/boot/dts/pxa168.dtsi +++ b/arch/arm/boot/dts/pxa168.dtsi @@ -53,6 +53,8 @@ compatible = "mrvl,mmp-timer"; reg = <0xd4014000 0x100>; interrupts = <13>; + clocks = <&soc_clocks PXA168_CLK_TIMER>; + resets = <&soc_clocks PXA168_CLK_TIMER>; }; uart1: serial@d4017000 { |