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

Commit 2e2417d1 authored by Jagadeesh Kona's avatar Jagadeesh Kona
Browse files

ARM: dts: msm: Add support of clock AOP for YUPIK

QDSS clocks uses the qmp mailbox phandle to register
the clock. Thus add the phandle and also add support
to send a request to AOP for stopping DDR logging
during kernel panic.

Change-Id: Ibb39536e6a75267ca28205bc4b3a16f64963493d
parent 6fb90973
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -570,10 +570,11 @@
	};

	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>;
		qcom,clk-stop-bimc-log;
	};

	gcc: clock-controller@100000 {