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

Commit b8a46bb6 authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: update clock_aop device node for KONA



Update the device tree node for clock_aop to specify a
functional compatible string instead of dummycc.  This
ensures that consumer requests modify clock hardware state.

Change-Id: Ia87f7633da7ff6db6da16622d84ed169793b708f
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 7a33ddd5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -751,9 +751,10 @@
	};

	clock_aop: qcom,aopclk {
		compatible = "qcom,dummycc";
		clock-output-names = "qdss_clocks";
		compatible = "qcom,aop-qmp-clk";
		#clock-cells = <1>;
		mboxes = <&qmp_aop 0>;
		mbox-names = "qdss_clk";
	};

	clock_gcc: qcom,gcc@100000 {