aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/lp872x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/lp872x.c')
-rw-r--r--drivers/regulator/lp872x.c3
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
479static struct regulator_ops lp872x_ldo_ops = { 479static 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
489static struct regulator_ops lp8720_buck_ops = { 490static 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
501static struct regulator_ops lp8725_buck_ops = { 503static 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,