Skip to content

Commit c030688

Browse files
committed
ARM: dts: Fix omap4 system timer source clocks
I accidentally flipped the system timer to use system clock instead of the 32k source clock. Fixes: 14b1925 ("ARM: dts: Configure system timers for omap4") Signed-off-by: Tony Lindgren <[email protected]>
1 parent 9cf28e4 commit c030688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,6 @@
662662
ti,no-idle;
663663
timer@0 {
664664
assigned-clocks = <&l4_wkup_clkctrl OMAP4_TIMER1_CLKCTRL 24>;
665-
assigned-clock-parents = <&sys_clkin_ck>;
665+
assigned-clock-parents = <&sys_32k_ck>;
666666
};
667667
};

0 commit comments

Comments
 (0)