diff options
Diffstat (limited to 'drivers/regulator/lp872x.c')
-rw-r--r-- | drivers/regulator/lp872x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/lp872x.c b/drivers/regulator/lp872x.c index 8e3c7ae0047f..f5fc4a142cdf 100644 --- a/drivers/regulator/lp872x.c +++ b/drivers/regulator/lp872x.c | |||
@@ -478,6 +478,7 @@ static unsigned int lp872x_buck_get_mode(struct regulator_dev *rdev) | |||
478 | 478 | ||
479 | static struct regulator_ops lp872x_ldo_ops = { | 479 | static struct regulator_ops lp872x_ldo_ops = { |
480 | .list_voltage = regulator_list_voltage_table, | 480 | .list_voltage = regulator_list_voltage_table, |
481 | .map_voltage = regulator_map_voltage_ascend, | ||
481 | .set_voltage_sel = regulator_set_voltage_sel_regmap, | 482 | .set_voltage_sel = regulator_set_voltage_sel_regmap, |
482 | .get_voltage_sel = regulator_get_voltage_sel_regmap, | 483 | .get_voltage_sel = regulator_get_voltage_sel_regmap, |
483 | .enable = regulator_enable_regmap, | 484 | .enable = regulator_enable_regmap, |
@@ -488,6 +489,7 @@ static struct regulator_ops lp872x_ldo_ops = { | |||
488 | 489 | ||
489 | static struct regulator_ops lp8720_buck_ops = { | 490 | static struct regulator_ops lp8720_buck_ops = { |
490 | .list_voltage = regulator_list_voltage_table, | 491 | .list_voltage = regulator_list_voltage_table, |
492 | .map_voltage = regulator_map_voltage_ascend, | ||
491 | .set_voltage_sel = lp872x_buck_set_voltage_sel, | 493 | .set_voltage_sel = lp872x_buck_set_voltage_sel, |
492 | .get_voltage_sel = lp872x_buck_get_voltage_sel, | 494 | .get_voltage_sel = lp872x_buck_get_voltage_sel, |
493 | .enable = regulator_enable_regmap, | 495 | .enable = regulator_enable_regmap, |
@@ -500,6 +502,7 @@ static struct regulator_ops lp8720_buck_ops = { | |||
500 | 502 | ||
501 | static struct regulator_ops lp8725_buck_ops = { | 503 | static struct regulator_ops lp8725_buck_ops = { |
502 | .list_voltage = regulator_list_voltage_table, | 504 | .list_voltage = regulator_list_voltage_table, |
505 | .map_voltage = regulator_map_voltage_ascend, | ||
503 | .set_voltage_sel = lp872x_buck_set_voltage_sel, | 506 | .set_voltage_sel = lp872x_buck_set_voltage_sel, |
504 | .get_voltage_sel = lp872x_buck_get_voltage_sel, | 507 | .get_voltage_sel = lp872x_buck_get_voltage_sel, |
505 | .enable = regulator_enable_regmap, | 508 | .enable = regulator_enable_regmap, |