diff options
| author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2011-06-08 17:13:14 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:48 +0200 |
| commit | 17d9554e3f926526824972eba0d7541e9506f786 (patch) | |
| tree | 99ffb3cb23d8afee58429a3eb38655eddb72a4b7 /drivers/regulator | |
| parent | d73500f3633b23319382625833ceaf9bb29c7833 (diff) | |
arm: ux500: Added mode handling of Vintcore
The consumers of Vintcore (ULPCLK and USB) request current
from Vintcore with regulator_set_optimum_mode. This will
let Vintcore run in LP mode when possible. The purpose is
to save power.
ST-Ericsson Linux next: -
ST-Ericsson ID: 337974
ST-Ericsson FOSS-OUT ID: Trivial
Change-Id: If6ab64e7d13e9012675047376fe8debc2aeccf26
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24731
Diffstat (limited to 'drivers/regulator')
| -rw-r--r-- | drivers/regulator/ab8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/ab8500.c b/drivers/regulator/ab8500.c index db9a93d513c..c96a0910d6e 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -651,7 +651,7 @@ static struct ab8500_regulator_info .update_bank = 0x03, .update_reg = 0x80, .update_mask = 0x44, - .update_val = 0x04, + .update_val = 0x44, .update_val_idle = 0x44, .update_val_normal = 0x04, .voltage_bank = 0x03, |
