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

Commit 2a710bcc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for BIMC logging for AOPCC"

parents dd42ca90 5083fb50
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ Required properties :
- mboxes : list of QMP mailbox phandle and channel identifier tuples.
- mbox-names: List of identifier strings for each mailbox channel.
		Must contain "qdss_clk".
- qcom,clk-stop-bimc-log: Presence indicates a BIMC logging request will
			  be sent to AOP during kernel panic.

Example :
	clock_qdss: qcom,aopclk {
+1 −0
Original line number Diff line number Diff line
@@ -881,6 +881,7 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "qdss_clk";
		#clock-cells = <1>;
		qcom,clk-stop-bimc-log;
	};

	gcc: clock-controller@100000 {