Skip to content

Commit

Permalink
arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr
Browse files Browse the repository at this point in the history
[ Upstream commit aa56130e88de50773f84de4039c7de81ab783744 ]

Min and max voltages for vph_pwr should be same, otherwise rpmh
will not probe, so correcting the min and max voltages for vph_pwr.

Fixes: 9af6a9f ("arm64: dts: qcom: Add base qcm6490 idp board dts")
Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231220110015.25378-2-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Komal-Bajaj authored and Sasha Levin committed Mar 26, 2024
1 parent 16b9514 commit a1d71d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/qcm6490-idp.dts
Expand Up @@ -123,8 +123,8 @@
vph_pwr: vph-pwr-regulator {
compatible = "regulator-fixed";
regulator-name = "vph_pwr";
regulator-min-microvolt = <2500000>;
regulator-max-microvolt = <4350000>;
regulator-min-microvolt = <3700000>;
regulator-max-microvolt = <3700000>;
};
};

Expand Down

0 comments on commit a1d71d2

Please sign in to comment.