projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf28e4
)
ARM: dts: Fix omap4 system timer source clocks
author
Tony Lindgren
<tony@atomide.com>
Fri, 12 Jun 2020 17:23:40 +0000
(10:23 -0700)
committer
Tony Lindgren
<tony@atomide.com>
Tue, 16 Jun 2020 16:11:28 +0000
(09:11 -0700)
I accidentally flipped the system timer to use system clock instead of
the 32k source clock.
Fixes: 14b1925a7219 ("ARM: dts: Configure system timers for omap4")
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap4.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/omap4.dtsi
b/arch/arm/boot/dts/omap4.dtsi
index 6c2b07f0704d5d6d612a401cbbc60cdeab2ef7db..4400f5f8e099222670f5c135af78afcc8852c857 100644
(file)
--- a/
arch/arm/boot/dts/omap4.dtsi
+++ b/
arch/arm/boot/dts/omap4.dtsi
@@
-662,6
+662,6
@@
ti,no-idle;
timer@0 {
assigned-clocks = <&l4_wkup_clkctrl OMAP4_TIMER1_CLKCTRL 24>;
- assigned-clock-parents = <&sys_
clkin
_ck>;
+ assigned-clock-parents = <&sys_
32k
_ck>;
};
};