Merge "ARM: dts: msm: Update dispcc clock node as GenPD provider"

This commit is contained in:
QCTECMDR Service
2024-10-21 03:37:05 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 9 additions and 2 deletions

View File

@@ -196,3 +196,11 @@
clock-output-names = "rpmh_clocks"; clock-output-names = "rpmh_clocks";
clock-frequency = <19200000>; clock-frequency = <19200000>;
}; };
&disp_cc_mdss_core_gdsc {
status = "ok";
};
&disp_cc_mdss_core_int2_gdsc {
status = "ok";
};

View File

@@ -1651,6 +1651,7 @@
"sleep_clk", "sleep_clk",
"iface"; "iface";
qcom,dispcc_crm-crmc = <&dispcc_crm>; qcom,dispcc_crm-crmc = <&dispcc_crm>;
#power-domain-cells = <1>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
}; };
@@ -3047,13 +3048,11 @@
&disp_cc_mdss_core_gdsc { &disp_cc_mdss_core_gdsc {
clocks = <&gcc GCC_DISP_AHB_CLK>; clocks = <&gcc GCC_DISP_AHB_CLK>;
parent-supply = <&VDD_MM_LEVEL>; parent-supply = <&VDD_MM_LEVEL>;
status = "ok";
}; };
&disp_cc_mdss_core_int2_gdsc { &disp_cc_mdss_core_int2_gdsc {
clocks = <&gcc GCC_DISP_AHB_CLK>; clocks = <&gcc GCC_DISP_AHB_CLK>;
parent-supply = <&VDD_MM_LEVEL>; parent-supply = <&VDD_MM_LEVEL>;
status = "ok";
}; };
&eva_cc_mvs0_gdsc { &eva_cc_mvs0_gdsc {