mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Unstub the DISP_CC node for Lahaina
Unstub the DISP_CC node for Lahaina to replace dummy clocks with full support. Change-Id: I63389c1211b05b2bc56618451dbdd265e8ad7aa1
This commit is contained in:
@@ -556,9 +556,13 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
clock_dispcc: qcom,dispcc {
|
||||
compatible = "qcom,dummycc";
|
||||
clock-output-names = "dispcc_clocks";
|
||||
clock_dispcc: qcom,dispcc@af00000 {
|
||||
compatible = "qcom,lahaina-dispcc", "syscon";
|
||||
reg = <0xaf00000 0x20000>;
|
||||
reg-name = "cc_base";
|
||||
vdd_mm-supply = <&VDD_MM_LEVEL>;
|
||||
clock-names = "cfg_ahb_clk";
|
||||
clocks = <&clock_gcc GCC_DISP_AHB_CLK>;
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user