From 38a4667930a46dc6c7423fd52b49f74c8219fc7f Mon Sep 17 00:00:00 2001 From: Anaadi Mishra Date: Wed, 14 Aug 2024 13:56:47 +0530 Subject: [PATCH] ARM: dts: msm: Update dispcc clock node as GenPD provider Mark dispcc clock node as GenPD provider and disable the display GDSC regulator nodes for tuna platform. While at it, keep the gdsc regulator nodes as it is on rumi platform. Change-Id: Ia1ee65d9958ba8ab6cb00616a09cd5b2304bc31a Signed-off-by: Anaadi Mishra --- qcom/tuna-rumi.dtsi | 8 ++++++++ qcom/tuna.dtsi | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/qcom/tuna-rumi.dtsi b/qcom/tuna-rumi.dtsi index 5f538408..04603181 100644 --- a/qcom/tuna-rumi.dtsi +++ b/qcom/tuna-rumi.dtsi @@ -196,3 +196,11 @@ clock-output-names = "rpmh_clocks"; clock-frequency = <19200000>; }; + +&disp_cc_mdss_core_gdsc { + status = "ok"; +}; + +&disp_cc_mdss_core_int2_gdsc { + status = "ok"; +}; diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 7fdda1f4..6b8af30b 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1544,6 +1544,7 @@ "sleep_clk", "iface"; qcom,dispcc_crm-crmc = <&dispcc_crm>; + #power-domain-cells = <1>; #clock-cells = <1>; #reset-cells = <1>; }; @@ -2570,13 +2571,11 @@ &disp_cc_mdss_core_gdsc { clocks = <&gcc GCC_DISP_AHB_CLK>; parent-supply = <&VDD_MM_LEVEL>; - status = "ok"; }; &disp_cc_mdss_core_int2_gdsc { clocks = <&gcc GCC_DISP_AHB_CLK>; parent-supply = <&VDD_MM_LEVEL>; - status = "ok"; }; &eva_cc_mvs0_gdsc {