ARM: OMAP4: clock data: div_iva_hs_clk is a power-of-two divider
authorPaul Walmsley <paul@pwsan.com>
Sat, 15 Dec 2012 08:35:58 +0000 (01:35 -0700)
committerPaul Walmsley <paul@pwsan.com>
Sat, 15 Dec 2012 08:41:24 +0000 (01:41 -0700)
commit628a37d40e27886f94946d91d71ac323b826809c
treeeb6e69a9ab8865207283c85348c8a1b2c9f03b79
parent29f0667f9239c2af48ef51c50b12c0250c65bb2a
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 <paul@pwsan.com>
Cc: Mike Turquette <mturquette@linaro.org>
arch/arm/mach-omap2/cclock44xx_data.c