ARM: dts: msm: Update and enable graphics clock controller on Lahaina

Update device tree node for gpu cc and enable peripheral
gpu graphics controller clock driver on Lahaina.

Change-Id: Ie5d459fdf4fd7bbde3d514823788c7ad9b1aa5be
This commit is contained in:
Vivek Aknurwar
2019-10-03 20:37:29 -07:00
parent 570a1683db
commit f455e3f02c

View File

@@ -558,9 +558,10 @@
#reset-cells = <1>;
};
clock_gpucc: qcom,gpucc {
compatible = "qcom,dummycc";
clock-output-names = "gpucc_clocks";
clock_gpucc: qcom,gpucc@3d90000 {
compatible = "qcom,lahaina-gpucc", "syscon";
reg = <0x3d90000 0x9000>;
reg-names = "cc_base";
#clock-cells = <1>;
#reset-cells = <1>;
};