Commit 05f439c0 authored by Komal Bajaj's avatar Komal Bajaj Committed by Bjorn Andersson

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

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: 04cf333a ("arm64: dts: qcom: Add base qcs6490-rb3gen2 board dts")
Signed-off-by: default avatarKomal Bajaj <quic_kbajaj@quicinc.com>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231220110015.25378-3-quic_kbajaj@quicinc.comSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent aa56130e
......@@ -124,8 +124,8 @@ debug_vm_mem: debug-vm@d0600000 {
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>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment