Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: AM43x-epos: Fix clk parent for synctimer

commit 55ee7017ee31 ("arm: omap2: board-generic: use omap4_local_timer_init
for AM437x") makes synctimer32k as the clocksource on AM43xx. By default
the synctimer32k is clocked by 32K RTC OSC on AM43xx. But this 32K RTC OSC
is not available on epos boards which makes it fail to boot.

Synctimer32k can also be clocked by a peripheral PLL, so making this as
clock parent for synctimer3k on epos boards.

Fixes: 55ee7017ee31 ("arm: omap2: board-generic: use omap4_local_timer_init for AM437x")
Cc: stable@vger.kernel.org # v4.4+
Reported-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by

Lokesh Vutla and committed by
Tony Lindgren
cfe1580a 456e8d53

+5
+5
arch/arm/boot/dts/am43x-epos-evm.dts
··· 794 794 tx-num-evt = <32>; 795 795 rx-num-evt = <32>; 796 796 }; 797 + 798 + &synctimer_32kclk { 799 + assigned-clocks = <&mux_synctimer32k_ck>; 800 + assigned-clock-parents = <&clkdiv32k_ick>; 801 + };