Skip to content
Commit 874b300a authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: OMAP2+: Fix booting if no timer parent clock is available



When bringing up a new SoC we needlessly prevent booting at timer
init if timer clock_set_parent fails. This can fail if the system
is booting on bootloader configured PLL values until the clock
framework driver for the PLL is implemented.

Let's just WARN instead, this will provide helpful information
for anybody bringing up a new SoC what needs to be fixed.

This allows to boot dm814x that's still missing the PLL driver.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent fe8291e8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment