ARM: OMAP3: fix dpll4_m3_ck and dpll4_m4_ck dividers
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 13:12:39 +0000 (16:12 +0300)
committerPaul Walmsley <paul@pwsan.com>
Thu, 24 Oct 2013 15:07:23 +0000 (09:07 -0600)
dpll4_m3_ck and dpll4_m4_ck have divider bit fields which are 6 bits
wide. However, only values from 1 to 32 are allowed. This means we have
to add a divider tables and list the dividers explicitly.

I believe the same issue is there for other dpll4_mx_ck clocks, but as
I'm not familiar with them, I didn't touch them.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>

No differences found