]> Git Repo - linux.git/commitdiff
regulator: qcom-rpmh: Fix smps4 regulator for pm8550ve
authorAbel Vesa <[email protected]>
Tue, 24 Oct 2023 13:46:26 +0000 (16:46 +0300)
committerMark Brown <[email protected]>
Wed, 25 Oct 2023 17:52:25 +0000 (18:52 +0100)
The type of the smps4 regulator from pm8550ve is actually FTSMPS525
medium voltage. So fix it accordingly.

Fixes: e6e3776d682d ("regulator: qcom-rpmh: Add support for PM8550 regulators")
Signed-off-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
drivers/regulator/qcom-rpmh-regulator.c

index d990ba19c50eb4b066a9b20d2191df76dc2c7686..b2e359ac3169328a1e80568b379ca5e4f19d750a 100644 (file)
@@ -1095,7 +1095,7 @@ static const struct rpmh_vreg_init_data pm8550ve_vreg_data[] = {
        RPMH_VREG("smps1", "smp%s1", &pmic5_ftsmps525_lv, "vdd-s1"),
        RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps525_lv, "vdd-s2"),
        RPMH_VREG("smps3", "smp%s3", &pmic5_ftsmps525_lv, "vdd-s3"),
-       RPMH_VREG("smps4", "smp%s4", &pmic5_ftsmps525_lv, "vdd-s4"),
+       RPMH_VREG("smps4", "smp%s4", &pmic5_ftsmps525_mv, "vdd-s4"),
        RPMH_VREG("smps5", "smp%s5", &pmic5_ftsmps525_lv, "vdd-s5"),
        RPMH_VREG("smps6", "smp%s6", &pmic5_ftsmps525_lv, "vdd-s6"),
        RPMH_VREG("smps7", "smp%s7", &pmic5_ftsmps525_lv, "vdd-s7"),
This page took 0.055946 seconds and 4 git commands to generate.