projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ebe898
)
ARM: dts: pxa168: add timer reset and clock
author
Doug Brown
<doug@schmorgal.com>
Sun, 4 Dec 2022 00:51:16 +0000
(16:51 -0800)
committer
Arnd Bergmann
<arnd@arndb.de>
Sun, 4 Dec 2022 12:03:48 +0000
(13:03 +0100)
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>
arch/arm/boot/dts/pxa168.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/pxa168.dtsi
b/arch/arm/boot/dts/pxa168.dtsi
index 4fe7735c7c588a7616be36ec1d00e0822bd50e14..16212b912b94e0303098df53004dbc553582fc96 100644
(file)
--- 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 {