Skip to content

Commit adebb10

Browse files
Elaine Zhangrkhuangtao
authored andcommitted
regulator: lp8752: add set_voltage_time_sel func
support delay time in microseconds required to rise or fall to this new voltage Change-Id: I1f7c77356e650b9ff01ad0e63fd384e25f774eac Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
1 parent 9aea250 commit adebb10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/regulator/lp8752.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ static struct regulator_ops lp8752_buck_ops = {
117117
.list_voltage = regulator_list_voltage_linear_range,
118118
.set_voltage_sel = regulator_set_voltage_sel_regmap,
119119
.get_voltage_sel = regulator_get_voltage_sel_regmap,
120+
.set_voltage_time_sel = regulator_set_voltage_time_sel,
120121
.enable = regulator_enable_regmap,
121122
.disable = regulator_disable_regmap,
122123
.is_enabled = regulator_is_enabled_regmap,

0 commit comments

Comments
 (0)