ARM: dts: msm: Use proper QMP PHY VDD operating voltage

Current setting votes for 912mV for the QMP PHY vdd rail, which is above
what is recommended from the power grid.  Set the vdd operating voltage to
880mV to match what is suggested, in order to maintain the regulator
numbers expected for the rail.

Change-Id: Iaefd58656c72427933e45000db21f55bc5de979c
Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
This commit is contained in:
Wesley Cheng
2023-11-15 00:07:52 -08:00
parent 63e7cec2dd
commit fcb5465597

View File

@@ -91,7 +91,7 @@
reg-names = "qmp_phy_base";
vdd-supply = <&pm_v8d_l2>;
qcom,vdd-voltage-level = <0 912000 912000>;
qcom,vdd-voltage-level = <0 880000 880000>;
qcom,vdd-max-load-uA = <47000>;
core-supply = <&pm_v8g_l3>;