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:
Mike Tipton
2019-10-04 16:31:13 -07:00
parent e8a3cae1d7
commit 4d66cd7a9e

View File

@@ -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>;
};