diff options
author | Mark Brown <broonie@kernel.org> | 2021-01-04 17:23:20 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-04 17:23:20 +0100 |
commit | 36836f5b377b5a75c16f5bdc5c0f97f9f51212e1 (patch) | |
tree | c57a7eb88f4d519ce530a8e7ad23b001d8ded690 | |
parent | regulator: qcom-rpmh: add QCOM_COMMAND_DB dependency (diff) | |
parent | regulator: qcom-rpmh-regulator: correct hfsmps515 definition (diff) | |
download | linux-36836f5b377b5a75c16f5bdc5c0f97f9f51212e1.tar.xz linux-36836f5b377b5a75c16f5bdc5c0f97f9f51212e1.zip |
Merge qcom driver fix into regulator-5.11
-rw-r--r-- | Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt | 1 | ||||
-rw-r--r-- | drivers/regulator/qcom-rpmh-regulator.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt index b8f0b7809c02..7d462b899473 100644 --- a/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt @@ -44,6 +44,7 @@ First Level Nodes - PMIC Definition: Must be one of below: "qcom,pm8005-rpmh-regulators" "qcom,pm8009-rpmh-regulators" + "qcom,pm8009-1-rpmh-regulators" "qcom,pm8150-rpmh-regulators" "qcom,pm8150l-rpmh-regulators" "qcom,pm8350-rpmh-regulators" diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c index fe030ec4b7db..c395a8dda6f7 100644 --- a/drivers/regulator/qcom-rpmh-regulator.c +++ b/drivers/regulator/qcom-rpmh-regulator.c @@ -726,7 +726,7 @@ static const struct rpmh_vreg_hw_data pmic5_ftsmps510 = { static const struct rpmh_vreg_hw_data pmic5_hfsmps515 = { .regulator_type = VRM, .ops = &rpmh_regulator_vrm_ops, - .voltage_range = REGULATOR_LINEAR_RANGE(2800000, 0, 4, 1600), + .voltage_range = REGULATOR_LINEAR_RANGE(2800000, 0, 4, 16000), .n_voltages = 5, .pmic_mode_map = pmic_mode_map_pmic5_smps, .of_map_mode = rpmh_regulator_pmic4_smps_of_map_mode, |