summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorDoug Brown <doug@schmorgal.com>2022-12-04 03:51:16 +0300
committerArnd Bergmann <arnd@arndb.de>2022-12-04 15:03:48 +0300
commit7b3e7df92a061d0196f20e35ceef559eb8dd98a0 (patch)
tree80535a5a228d4370c6c5048ba6155febabc5f07d /arch/arm
parent9ebe898a37329815636b9b4416d8ad2ff4681eb2 (diff)
downloadlinux-7b3e7df92a061d0196f20e35ceef559eb8dd98a0.tar.xz
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.dtsi2
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 {