aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-30 12:04:33 +0100
committerMark Brown <broonie@linaro.org>2013-09-30 12:04:33 +0100
commitf3d17a7e4d9ea9301fd2608c25de7802239e5fbb (patch)
treed57927c38503f1a12eea3b616ff5d241b82fe76f /drivers/regulator
parent60c32f3ec879d7e75a5b7d1c57ba8acb6583d1bf (diff)
parent087e35ad71aac1daab0fcd21b61da15ffe7aaec5 (diff)
Merge remote-tracking branch 'regulator/fix/wm8350' into regulator-linus
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/wm8350-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/wm8350-regulator.c b/drivers/regulator/wm8350-regulator.c
index 835b5f0f344..61ca9292a42 100644
--- a/drivers/regulator/wm8350-regulator.c
+++ b/drivers/regulator/wm8350-regulator.c
@@ -543,7 +543,7 @@ static int wm8350_dcdc_set_suspend_mode(struct regulator_dev *rdev,
}
static const struct regulator_linear_range wm8350_ldo_ranges[] = {
- { .min_uV = 900000, .max_uV = 1750000, .min_sel = 0, .max_sel = 15,
+ { .min_uV = 900000, .max_uV = 1650000, .min_sel = 0, .max_sel = 15,
.uV_step = 50000 },
{ .min_uV = 1800000, .max_uV = 3300000, .min_sel = 16, .max_sel = 31,
.uV_step = 100000 },