regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_sel
authorAxel Lin <axel.lin@ingics.com>
Wed, 24 Apr 2013 03:51:12 +0000 (11:51 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 25 Apr 2013 10:48:14 +0000 (11:48 +0100)
commit7e8a88bae4dfc28a3eb9cd628a7808fe011e52c0
treec1f23c0d46410cc977f9238d277a5afb3d8f3698
parent703672083ec5dcd1f437e1daaee90f8eb03563a0
regulator: mc13892: Fix MC13892_SWITCHERS0_SWxHI bit in set_voltage_sel

It is necessary to clear MC13892_SWITCHERS0_SWxHI bit when set voltage to the
voltage range from 1100000 to 1375000. Leaving MC13892_SWITCHERS0_SWxHI bit
untouched may result in wrong voltage setting.

For example, currently switch voltage from 1400000 to 1300000 will set the
voltage to 1800000 because the HI bit is still set.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/mc13892-regulator.c