arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr

BugLink: https://bugs.launchpad.net/bugs/2060097

[ Upstream commit 05f439c0e64b877c1f9cc7f0bed894b6df45d43d ]

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: 04cf333afc ("arm64: dts: qcom: Add base qcs6490-rb3gen2 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-3-quic_kbajaj@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 28382832ad5ef3715197487ecca9668db88b7579)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
This commit is contained in:
Komal Bajaj
2023-12-20 16:30:15 +05:30
committed by Roxana Nicolescu
parent 0944b071a8
commit d072b66700
+2 -2
View File
@@ -124,8 +124,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>;
};
};