Skip to content

Commit 36836f5

Browse files
committed
Merge qcom driver fix into regulator-5.11
2 parents d957d16 + df6b92f commit 36836f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ First Level Nodes - PMIC
4444
Definition: Must be one of below:
4545
"qcom,pm8005-rpmh-regulators"
4646
"qcom,pm8009-rpmh-regulators"
47+
"qcom,pm8009-1-rpmh-regulators"
4748
"qcom,pm8150-rpmh-regulators"
4849
"qcom,pm8150l-rpmh-regulators"
4950
"qcom,pm8350-rpmh-regulators"

drivers/regulator/qcom-rpmh-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ 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, 1600),
729+
.voltage_range = REGULATOR_LINEAR_RANGE(2800000, 0, 4, 16000),
730730
.n_voltages = 5,
731731
.pmic_mode_map = pmic_mode_map_pmic5_smps,
732732
.of_map_mode = rpmh_regulator_pmic4_smps_of_map_mode,

0 commit comments

Comments
 (0)