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

Commit 14160e18 authored by Naveen Yadav's avatar Naveen Yadav
Browse files

ARM: dts: msm: Add support clock AOP for SDXLEMUR

QDSS clocks uses the qmp mailbox phandle to register the clock.
Thus add the phandle and also update RUMI to use dummy clocks.

Change-Id: Ice4742d6ba35cd428e4c7184634856bb15b7a748
parent 476ffe74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -350,10 +350,10 @@
	};

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

	rpmhcc: clock-controller@1 {