aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-03-21 15:59:41 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-28 00:20:15 +0000
commitcc40dc2981396748ebcdde4a313d65ba26b0159d (patch)
tree4ffcebc27deb252ffd78c5a9c11de7399f318999 /drivers/regulator/ab8500.c
parentARM: ux500: regulator: Add accelerometer and fix magnetometer supply device ID (diff)
downloadlinux-dev-cc40dc2981396748ebcdde4a313d65ba26b0159d.tar.xz
linux-dev-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.c2
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,