aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/qcom-rpmh-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2019-10-08 17:26:17 +0100
committerMark Brown <broonie@kernel.org>2019-10-08 17:26:17 +0100
commit5bf2a9e7d39819cd24e68e79f1d450b292e1a6b3 (patch)
treef073e06cef3090a577574d13873db36a79f37165 /drivers/regulator/qcom-rpmh-regulator.c
parentregulator: rk808: Remove rk817_set_suspend_voltage function (diff)
parentregulator: qcom-rpmh: Fix PMIC5 BoB min voltage (diff)
downloadlinux-dev-5bf2a9e7d39819cd24e68e79f1d450b292e1a6b3.tar.xz
linux-dev-5bf2a9e7d39819cd24e68e79f1d450b292e1a6b3.zip
Merge branch 'regulator-5.4' into regulator-5.5
Diffstat (limited to 'drivers/regulator/qcom-rpmh-regulator.c')
-rw-r--r--drivers/regulator/qcom-rpmh-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c
index 8ae7ddf93b52..c86ad40015ce 100644
--- a/drivers/regulator/qcom-rpmh-regulator.c
+++ b/drivers/regulator/qcom-rpmh-regulator.c
@@ -735,8 +735,8 @@ static const struct rpmh_vreg_hw_data pmic5_hfsmps515 = {
static const struct rpmh_vreg_hw_data pmic5_bob = {
.regulator_type = VRM,
.ops = &rpmh_regulator_vrm_bypass_ops,
- .voltage_range = REGULATOR_LINEAR_RANGE(300000, 0, 135, 32000),
- .n_voltages = 136,
+ .voltage_range = REGULATOR_LINEAR_RANGE(3000000, 0, 31, 32000),
+ .n_voltages = 32,
.pmic_mode_map = pmic_mode_map_pmic5_bob,
.of_map_mode = rpmh_regulator_pmic4_bob_of_map_mode,
};