Skip to content

Commit 3bfbb4d

Browse files
Srinivas-Kandagatlabroonie
authored andcommitted
regulator: qcom_smd: add list_voltage callback
This patch adds support to list_voltage callback, so that consumers like mmc core, can get information of supported voltage range. Without this patch there is no way for mmc core to know this voltage range. Signed-off-by: Srinivas Kandagatla <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent d1e44b6 commit 3bfbb4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/regulator/qcom_smd-regulator.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ static const struct regulator_ops rpm_smps_ldo_ops_fixed = {
152152
.enable = rpm_reg_enable,
153153
.disable = rpm_reg_disable,
154154
.is_enabled = rpm_reg_is_enabled,
155+
.list_voltage = regulator_list_voltage_linear_range,
155156

156157
.get_voltage = rpm_reg_get_voltage,
157158
.set_voltage = rpm_reg_set_voltage,

0 commit comments

Comments
 (0)