diff mbox series

[2/2] arm64: dts: qcom: qcs6490-rb3gen2: Correct the voltage setting for vph_pwr

Message ID 20231220110015.25378-3-quic_kbajaj@quicinc.com (mailing list archive)
State Accepted
Commit 05f439c0e64b877c1f9cc7f0bed894b6df45d43d
Headers show
Series Correcting the voltage setting for vph_pwr | expand

Commit Message

Komal Bajaj Dec. 20, 2023, 11 a.m. UTC
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: 04cf333afc75 ("arm64: dts: qcom: Add base qcs6490-rb3gen2 board dts")
Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
---
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.42.0

Comments

Konrad Dybcio Dec. 20, 2023, 12:12 p.m. UTC | #1
On 20.12.2023 12:00, Komal Bajaj wrote:
> 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: 04cf333afc75 ("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>

Konrad
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 8bb7d13d85f6..ae1632182d7c 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -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>;
 	};
 };