aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/qcom_smd-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c
index 9d093ae36ba7..9c6167dd2c8b 100644
--- a/drivers/regulator/qcom_smd-regulator.c
+++ b/drivers/regulator/qcom_smd-regulator.c
@@ -203,6 +203,7 @@ static const struct regulator_desc pm8941_nldo = {
203 203
204static const struct regulator_desc pm8941_lnldo = { 204static const struct regulator_desc pm8941_lnldo = {
205 .fixed_uV = 1740000, 205 .fixed_uV = 1740000,
206 .n_voltages = 1,
206 .ops = &rpm_smps_ldo_ops, 207 .ops = &rpm_smps_ldo_ops,
207}; 208};
208 209