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

Commit d0b72926 authored by Vivek Aknurwar's avatar Vivek Aknurwar Committed by Isaac J. Manjarres
Browse files

ARM: dts: msm: Update and enable the clock_gcc node on Lahaina

Update device tree node for clock_gcc and enable the
peripheral clock driver on Lahaina.

Change-Id: I01e1c298d82b0c6fc2d6add4a590b40b62d56f78
parent 4681d46c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -515,9 +515,10 @@
		#clock-cells = <1>;
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,lahaina-gcc", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};