diff options
-rw-r--r-- | drivers/regulator/qcom_smd-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/qcom_smd-regulator.c b/drivers/regulator/qcom_smd-regulator.c index 6c7fe4778793..5022fa8d10c6 100644 --- a/drivers/regulator/qcom_smd-regulator.c +++ b/drivers/regulator/qcom_smd-regulator.c | |||
@@ -211,7 +211,7 @@ static const struct regulator_desc pma8084_switch = { | |||
211 | static const struct regulator_desc pm8x41_hfsmps = { | 211 | static const struct regulator_desc pm8x41_hfsmps = { |
212 | .linear_ranges = (struct regulator_linear_range[]) { | 212 | .linear_ranges = (struct regulator_linear_range[]) { |
213 | REGULATOR_LINEAR_RANGE( 375000, 0, 95, 12500), | 213 | REGULATOR_LINEAR_RANGE( 375000, 0, 95, 12500), |
214 | REGULATOR_LINEAR_RANGE(1550000, 96, 158, 25000), | 214 | REGULATOR_LINEAR_RANGE(1575000, 96, 158, 25000), |
215 | }, | 215 | }, |
216 | .n_linear_ranges = 2, | 216 | .n_linear_ranges = 2, |
217 | .n_voltages = 159, | 217 | .n_voltages = 159, |