ARM: OMAP2+: Fix booting if no timer parent clock is available
authorTony Lindgren <tony@atomide.com>
Tue, 1 Sep 2015 20:59:25 +0000 (13:59 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 1 Sep 2015 20:59:25 +0000 (13:59 -0700)
commit874b300a6a0bfe97225ed1f8648fa92238e4d9e9
treec9cf5fda3f7edb2fbfcf3f0dbcb5621076b32dea
parentfe8291e82b5d0b79b743683e5c0fb7e273f7a99a
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: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/timer.c