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

Commit c5065eb4 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian
Browse files

ARM: dts: msm: Add QMP debugfs client on SDM855



The QMP debugfs client uses the QMP mailbox driver to communicate with
the Always On processor.

Change-Id: I57b60352a7fa8a283a84f5d2108e34d58757ddc7
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent 29bdf230
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2842,6 +2842,12 @@
		qcom,client-id = <0x00000001>;
		qcom,guard-memory;
	};

	aop-msg-client {
		compatible = "qcom,debugfs-qmp-client";
		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";
	};
};

&emac_gdsc {