commit | b8675e2c04fd368f0a726b7e4583946f7b8e7125 | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Sat Dec 15 01:36:04 2012 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Sat Dec 15 01:41:24 2012 -0700 |
tree | f729cfd41af9c30089be40a30b48c5b4d0ce2d1a | |
parent | 628a37d40e27886f94946d91d71ac323b826809c [diff] |
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>