Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f455e3f0 authored by Vivek Aknurwar's avatar Vivek Aknurwar
Browse files

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
parent 570a1683
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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>;
	};