Skip to content

Commit e610e07

Browse files
satya priyabroonie
authored andcommitted
regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck
Correct the REGULATOR_LINEAR_RANGE and n_voltges for pmic5_hfsmps515 buck. Signed-off-by: satya priya <skakit@codeaurora.org> Link: https://lore.kernel.org/r/1614155592-14060-4-git-send-email-skakit@codeaurora.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5fe5f17 commit e610e07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/regulator/qcom-rpmh-regulator.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ static const struct rpmh_vreg_hw_data pmic5_ftsmps510 = {
726726
static const struct rpmh_vreg_hw_data pmic5_hfsmps515 = {
727727
.regulator_type = VRM,
728728
.ops = &rpmh_regulator_vrm_ops,
729-
.voltage_range = REGULATOR_LINEAR_RANGE(2800000, 0, 4, 16000),
730-
.n_voltages = 5,
729+
.voltage_range = REGULATOR_LINEAR_RANGE(320000, 0, 235, 16000),
730+
.n_voltages = 236,
731731
.pmic_mode_map = pmic_mode_map_pmic5_smps,
732732
.of_map_mode = rpmh_regulator_pmic4_smps_of_map_mode,
733733
};

0 commit comments

Comments
 (0)