From: Paul Walmsley Date: Sat, 15 Dec 2012 08:35:58 +0000 (-0700) Subject: ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two divider X-Git-Tag: v3.8-rc1~33^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628a37d40e27886f94946d91d71ac323b826809c;p=pandora-kernel.git ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two divider The OMAP4 clock divider "div_iva_hs_clk" is listed in the clock data as an OMAP HSDIVIDER, but it's actually a power-of-two divider. This causes a warning during boot on an OMAP4460 Pandaboard-ES with a recent u-boot: WARNING: at arch/arm/mach-omap2/clkt_clksel.c:143 omap2_clksel_recalc+0xf4/0x12c() clock: div_iva_hs_clk: could not find fieldval 0 for parent dpll_core_m5x2_ck Fix by converting the data for this clock to a power-of-two divider. Signed-off-by: Paul Walmsley Cc: Mike Turquette --- Reading git-diff-tree failed