Skip to content

Commit d5c1924

Browse files
committed
regulator: qcom-rpmh: Fix PMR735a S3 regulator spec
Bugzilla: https://bugzilla.redhat.com/2157968 commit dd801b2 Author: Konrad Dybcio <konrad.dybcio@linaro.org> Date: Thu Nov 10 22:07:05 2022 +0100 regulator: qcom-rpmh: Fix PMR735a S3 regulator spec PMR735a has a wider range than previously defined. Fix it. Fixes: c4e5aa3 ("regulator: qcom-rpmh: Add PM7325/PMR735A regulator support") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20221110210706.80301-1-konrad.dybcio@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Adrien Thierry <athierry@redhat.com>
1 parent 60519b8 commit d5c1924

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
@@ -1187,7 +1187,7 @@ static const struct rpmh_vreg_init_data pm7325_vreg_data[] = {
11871187
static const struct rpmh_vreg_init_data pmr735a_vreg_data[] = {
11881188
RPMH_VREG("smps1", "smp%s1", &pmic5_ftsmps520, "vdd-s1"),
11891189
RPMH_VREG("smps2", "smp%s2", &pmic5_ftsmps520, "vdd-s2"),
1190-
RPMH_VREG("smps3", "smp%s3", &pmic5_hfsmps510, "vdd-s3"),
1190+
RPMH_VREG("smps3", "smp%s3", &pmic5_hfsmps515, "vdd-s3"),
11911191
RPMH_VREG("ldo1", "ldo%s1", &pmic5_nldo, "vdd-l1-l2"),
11921192
RPMH_VREG("ldo2", "ldo%s2", &pmic5_nldo, "vdd-l1-l2"),
11931193
RPMH_VREG("ldo3", "ldo%s3", &pmic5_nldo, "vdd-l3"),

0 commit comments

Comments
 (0)