From da81454996e943487a561c528fd335fbbb473880 Mon Sep 17 00:00:00 2001 From: Prudhvi Yarlagadda Date: Tue, 24 Oct 2023 17:43:14 -0700 Subject: [PATCH] ARM: dts: msm: Add phy gdsc for pcie node in sun Add the missing phy gdsc node in the pcie dt node for sun. Change-Id: I0257c6123d4d3e8fe2740569bd4def68fa3c92a8 Signed-off-by: Prudhvi Yarlagadda --- qcom/sun-pcie.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/sun-pcie.dtsi b/qcom/sun-pcie.dtsi index 4f578c14..76305c9d 100644 --- a/qcom/sun-pcie.dtsi +++ b/qcom/sun-pcie.dtsi @@ -50,6 +50,7 @@ &pcie0_wake_default>; gdsc-core-vdd-supply = <&gcc_pcie_0_gdsc>; + gdsc-phy-vdd-supply = <&gcc_pcie_0_phy_gdsc>; vreg-1p2-supply = <&pm_v8g_l3>; vreg-0p9-supply = <&pm_v6f_l1>; vreg-cx-supply = <&VDD_CX_LEVEL>;