aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@opensource.wolfsonmicro.com> 2013-02-06 11:28:50 +0000
committerGravatar Mark Brown <broonie@opensource.wolfsonmicro.com> 2013-02-06 11:28:50 +0000
commit98380536ee1195dadee0ae5ec8b80e3eda8be15b (patch)
treea2f95b56c835ad839bbe16620b6e0f8bf3190c18 /drivers/regulator
parentMerge remote-tracking branch 'regulator/fix/max8997' into tmp (diff)
parentregulator: max8998: fix incorrect min_uV value for ldo10 (diff)
downloadlinux-98380536ee1195dadee0ae5ec8b80e3eda8be15b.tar.gz
linux-98380536ee1195dadee0ae5ec8b80e3eda8be15b.tar.bz2
linux-98380536ee1195dadee0ae5ec8b80e3eda8be15b.zip
Merge remote-tracking branch 'regulator/fix/max8998' into tmp
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/max8998.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c
index 1f0df4046b86..0a8dd1cbee6f 100644
--- a/drivers/regulator/max8998.c
+++ b/drivers/regulator/max8998.c
@@ -65,7 +65,7 @@ static const struct voltage_map_desc ldo9_voltage_map_desc = {
.min = 2800000, .step = 100000, .max = 3100000,
};
static const struct voltage_map_desc ldo10_voltage_map_desc = {
- .min = 95000, .step = 50000, .max = 1300000,
+ .min = 950000, .step = 50000, .max = 1300000,
};
static const struct voltage_map_desc ldo1213_voltage_map_desc = {
.min = 800000, .step = 100000, .max = 3300000,