arm64: dts: qcom: qcm6490-idp: Correct the voltage setting for vph_pwr
authorKomal Bajaj <quic_kbajaj@quicinc.com>
Wed, 20 Dec 2023 11:00:14 +0000 (16:30 +0530)
committerBjorn Andersson <andersson@kernel.org>
Fri, 9 Feb 2024 17:45:49 +0000 (11:45 -0600)
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: 9af6a9f32ad0 ("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>
arch/arm64/boot/dts/qcom/qcm6490-idp.dts

index acf145d1d97ccbff402f0e86b93f2e232453f351..502a5a383bdeee32d96bd493adb7dd91b137b4b8 100644 (file)
        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>;
        };
 };