ARM: OMAP2+: voltage: ensure voltage used is exact voltage from OPP table
authorKevin Hilman <khilman@ti.com>
Fri, 2 Mar 2012 22:08:57 +0000 (14:08 -0800)
committerKevin Hilman <khilman@ti.com>
Wed, 7 Mar 2012 01:37:14 +0000 (17:37 -0800)
commitc15f1d84bb3ddd668593e9bca53221a2f82e9e99
tree96e4bbcab2b9c470b0e3a27e2d8b62f9cb9b254b
parente160dda0f49f54deddd62e943e449a13430c2e8b
ARM: OMAP2+: voltage: ensure voltage used is exact voltage from OPP table

When using the SMPS regulators to scale voltages, the regulator
framework may pass a minimum voltage that is not an exact OPP voltage.
For the VC/VP controlled voltage domains, we must ensure that the
voltage requested is the exact voltage from the OPP table.  This is
especially critical when using SR.

To fix, voltdm_scale() uses the target voltage passed to walk through
the OPP voltages until it finds a voltage that is >= one of the OPP
voltages.

Cc: Tero Kristo <t-kristo@ti.com>
Cc: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/voltage.c