From fcb546559713a65042ffad243e17a27e56e1c9a1 Mon Sep 17 00:00:00 2001 From: Wesley Cheng Date: Wed, 15 Nov 2023 00:07:52 -0800 Subject: [PATCH] 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 --- qcom/sun-usb.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun-usb.dtsi b/qcom/sun-usb.dtsi index da1bed60..37950ac4 100644 --- a/qcom/sun-usb.dtsi +++ b/qcom/sun-usb.dtsi @@ -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>;