aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/lp3971.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/regulator/lp3971.c b/drivers/regulator/lp3971.c
index 9cb2c0f34515..d8af9e773310 100644
--- a/drivers/regulator/lp3971.c
+++ b/drivers/regulator/lp3971.c
@@ -163,6 +163,7 @@ static int lp3971_ldo_set_voltage_sel(struct regulator_dev *dev,
163 163
164static struct regulator_ops lp3971_ldo_ops = { 164static struct regulator_ops lp3971_ldo_ops = {
165 .list_voltage = regulator_list_voltage_table, 165 .list_voltage = regulator_list_voltage_table,
166 .map_voltage = regulator_map_voltage_ascend,
166 .is_enabled = lp3971_ldo_is_enabled, 167 .is_enabled = lp3971_ldo_is_enabled,
167 .enable = lp3971_ldo_enable, 168 .enable = lp3971_ldo_enable,
168 .disable = lp3971_ldo_disable, 169 .disable = lp3971_ldo_disable,
@@ -236,6 +237,7 @@ static int lp3971_dcdc_set_voltage_sel(struct regulator_dev *dev,
236 237
237static struct regulator_ops lp3971_dcdc_ops = { 238static struct regulator_ops lp3971_dcdc_ops = {
238 .list_voltage = regulator_list_voltage_table, 239 .list_voltage = regulator_list_voltage_table,
240 .map_voltage = regulator_map_voltage_ascend,
239 .is_enabled = lp3971_dcdc_is_enabled, 241 .is_enabled = lp3971_dcdc_is_enabled,
240 .enable = lp3971_dcdc_enable, 242 .enable = lp3971_dcdc_enable,
241 .disable = lp3971_dcdc_disable, 243 .disable = lp3971_dcdc_disable,