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

Commit 3d0112e6 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 Kona"

parents ac0fb6d4 9050e8e2
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
@@ -2445,6 +2445,7 @@
		#clock-cells = <1>;
		mboxes = <&qmp_aop 0>;
		mbox-names = "qdss_clk";
		qcom,clk-stop-bimc-log;
	};

	clock_gcc: qcom,gcc@100000 {