dect
/
linux-2.6
Archived
13
0
Fork 0

Merge remote-tracking branch 'regulator/fix/max8998' into tmp

This commit is contained in:
Mark Brown 2013-02-06 11:28:50 +00:00
commit 98380536ee
1 changed files with 1 additions and 1 deletions

View File

@ -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,