mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add support for GPUCC & DISPCC for LUNA V2
Add support for graphics clock controller and display clock controller, as well as their corresponding gdsc's for LUNA V2 platform. Change-Id: I63ccc3b646208268584c8f812967f2ce410fe28c
This commit is contained in:
@@ -62,3 +62,32 @@
|
||||
&mdp_1_tbu {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&gpucc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&dispcc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&debugcc {
|
||||
qcom,gpucc = <&gpucc>;
|
||||
qcom,dispcc = <&dispcc>;
|
||||
};
|
||||
|
||||
&gpu_cc_cx_gdsc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&gpu_cc_gx_gdsc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&disp_cc_mdss_core_gdsc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&disp_cc_mdss_core_int2_gdsc {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user