ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent lists
authorPaul Walmsley <paul@pwsan.com>
Sat, 15 Dec 2012 08:36:04 +0000 (01:36 -0700)
committerPaul Walmsley <paul@pwsan.com>
Sat, 15 Dec 2012 08:41:24 +0000 (01:41 -0700)
commitb8675e2c04fd368f0a726b7e4583946f7b8e7125
treef729cfd41af9c30089be40a30b48c5b4d0ce2d1a
parent628a37d40e27886f94946d91d71ac323b826809c
ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent lists

Booting OMAP4460 Pandaboard ES with a recent u-boot results in this
warning:

WARNING: at arch/arm/mach-omap2/dpll3xxx.c:427 omap3_noncore_dpll_enable+0xf4/0x110()

The OMAP4 DPLL parent clock names only listed the reference clocks,
not the bypass clocks.  Fix by adding the bypass clocks to the DPLL
parent lists.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Mike Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/cclock44xx_data.c
This page took 0.025306 seconds and 5 git commands to generate.