summaryrefslogtreecommitdiff
path: root/drivers/regulator/axp20x-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/axp20x-regulator.c')
-rw-r--r--drivers/regulator/axp20x-regulator.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/regulator/axp20x-regulator.c b/drivers/regulator/axp20x-regulator.c
index 1dea0e8353e0..78472cb833c4 100644
--- a/drivers/regulator/axp20x-regulator.c
+++ b/drivers/regulator/axp20x-regulator.c
@@ -148,6 +148,7 @@ static struct regulator_ops axp20x_ops_table = {
.enable = regulator_enable_regmap,
.disable = regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
+ .set_voltage_time_sel = regulator_set_voltage_time_sel,
};
static struct regulator_ops axp20x_ops = {
@@ -157,6 +158,7 @@ static struct regulator_ops axp20x_ops = {
.enable = regulator_enable_regmap,
.disable = regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
+ .set_voltage_time_sel = regulator_set_voltage_time_sel,
};
static struct regulator_ops axp20x_ops_sw = {
@@ -165,6 +167,7 @@ static struct regulator_ops axp20x_ops_sw = {
.enable = regulator_enable_regmap,
.disable = regulator_disable_regmap,
.is_enabled = regulator_is_enabled_regmap,
+ .set_voltage_time_sel = regulator_set_voltage_time_sel,
};
static const struct regulator_desc axp20x_regulators[] = {