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

Commit 77323830 authored by Taniya Das's avatar Taniya Das
Browse files

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

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: I9d3a913fbaf76ffe132b59403e50c05e9d797ef4
parent 841db05c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -102,3 +102,8 @@
&gcc {
	clocks = <&bi_tcxo>, <&bi_tcxo_ao>, <&sleep_clk>;
};

&aopcc {
	compatible = "qcom,dummycc";
	clock-output-names = "qdss_clocks";
};
+3 −3
Original line number Diff line number Diff line
@@ -560,10 +560,10 @@
	};

	aopcc: qcom,aopcc {
		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>;
	};

	gcc: clock-controller@100000 {