From: Paul Walmsley Date: Sat, 15 Dec 2012 08:36:04 +0000 (-0700) Subject: ARM: OMAP4: clock data: DPLLs are missing bypass clocks in their parent lists X-Git-Tag: v3.8-rc1~33^2~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8675e2c04fd368f0a726b7e4583946f7b8e7125;p=pandora-kernel.git 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 Cc: Mike Turquette --- Reading git-diff-tree failed