From e94324612c9039e1352f82144efe1ef3d3276f6e Mon Sep 17 00:00:00 2001 From: Jagadeesh Kona Date: Wed, 21 Sep 2022 11:22:37 +0530 Subject: [PATCH] ARM: dts: msm: Add mxa voting support for dispcc clock node Add support to vote for mxa rail from display clocks on PARROT platform. While at it, add clocks properies in display gdsc's to ensure they are probe deferred until gcc is probed. Change-Id: I27b19aa74892e05a57fe8aa8bccde607f92387d0 --- qcom/parrot.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 38d5b95d..37b582e1 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -1058,6 +1058,7 @@ reg = <0xaf00000 0x20000>; reg-name = "cc_base"; vdd_cx-supply = <&VDD_CX_LEVEL>; + vdd_mxa-supply = <&VDD_MXA_LEVEL>; clocks = <&rpmhcc RPMH_CXO_CLK>, <&rpmhcc RPMH_CXO_CLK_A>, <&sleep_clk>, @@ -3024,11 +3025,15 @@ }; &disp_cc_mdss_core_gdsc { + clocks = <&gcc GCC_DISP_AHB_CLK>; + clock-names = "ahb_clk"; parent-supply = <&VDD_CX_LEVEL>; status = "ok"; }; &disp_cc_mdss_core_int2_gdsc { + clocks = <&gcc GCC_DISP_AHB_CLK>; + clock-names = "ahb_clk"; parent-supply = <&VDD_CX_LEVEL>; status = "ok"; };