Skip to content

Commit 7cdf554

Browse files
abelvesabroonie
authored andcommitted
regulator: qcom-rpmh: Fix LDO 12 regulator for PM8550
The LDO 12 is NLDO 515 low voltage type, so fix accordingly. Fixes: e6e3776 ("regulator: qcom-rpmh: Add support for PM8550 regulators") Signed-off-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20230801095702.2891127-1-abel.vesa@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 30c694f commit 7cdf554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/qcom-rpmh-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ static const struct rpmh_vreg_init_data pm8550_vreg_data[] = {
10681068
RPMH_VREG("ldo9", "ldo%s9", &pmic5_pldo, "vdd-l8-l9"),
10691069
RPMH_VREG("ldo10", "ldo%s10", &pmic5_nldo515, "vdd-l1-l4-l10"),
10701070
RPMH_VREG("ldo11", "ldo%s11", &pmic5_nldo515, "vdd-l11"),
1071-
RPMH_VREG("ldo12", "ldo%s12", &pmic5_pldo, "vdd-l12"),
1071+
RPMH_VREG("ldo12", "ldo%s12", &pmic5_nldo515, "vdd-l12"),
10721072
RPMH_VREG("ldo13", "ldo%s13", &pmic5_pldo, "vdd-l2-l13-l14"),
10731073
RPMH_VREG("ldo14", "ldo%s14", &pmic5_pldo, "vdd-l2-l13-l14"),
10741074
RPMH_VREG("ldo15", "ldo%s15", &pmic5_nldo515, "vdd-l15"),

0 commit comments

Comments
 (0)