ARM: dts: Fix omap4 system timer source clocks
authorTony Lindgren <tony@atomide.com>
Fri, 12 Jun 2020 17:23:40 +0000 (10:23 -0700)
committerTony 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

index 6c2b07f..4400f5f 100644 (file)
        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>;
        };
 };