diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-03-21 15:59:41 +0000 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-28 00:20:15 +0000 |
commit | cc40dc2981396748ebcdde4a313d65ba26b0159d (patch) | |
tree | 4ffcebc27deb252ffd78c5a9c11de7399f318999 /drivers/regulator/ab8500.c | |
parent | cb6795acdf5b46047d30e60f299506fc97cb3468 (diff) | |
download | linux-stable-cc40dc2981396748ebcdde4a313d65ba26b0159d.tar.gz linux-stable-cc40dc2981396748ebcdde4a313d65ba26b0159d.tar.bz2 linux-stable-cc40dc2981396748ebcdde4a313d65ba26b0159d.zip |
regulator: ab8500: Amend the update value for AB8500_LDO_INTCORE regulator
The issues probably originated from a typo in the initial submission.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/ab8500.c')
-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 919d9fa9605e..3a1896655557 100644 --- a/drivers/regulator/ab8500.c +++ b/drivers/regulator/ab8500.c @@ -455,7 +455,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, |