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

Commit 6f905dcf authored by David Collins's avatar David Collins
Browse files

ARM: dts: msm: enable real AOP QMP clock control



Update the clock_aop device with functional compatible string
as well as mailbox properties.  This ensures that consumer
requests for the QDSS clock actually affect the QDSS clock
state in hardware.

Change-Id: I0c4f6df525e1f400b4023e76d1ddc2c4e0484f38
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 4256fd89
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -779,10 +779,10 @@
	};
	};


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


	clock_gcc: qcom,gcc {
	clock_gcc: qcom,gcc {