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

Commit 2542e158 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian Committed by Lina Iyer
Browse files

dt-bindings: add bindings for QMP debug interface



Add device bindings for QMP communication protocol to AOP.

Change-Id: I07705023fe1737b68855dd490203b77366c7a2fb
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent bdd918fd
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
QMP debugfs client:
-----------------

QTI Messaging Protocol(QMP) debugfs client is an interface for clients to
send data to the Always on processor using QMP.

Required properties :
- compatible : must be "qcom,debugfs-qmp-client"
- mboxes : list of QMP mailbox phandle and channel identifier tuples.
- mbox-names : names of the listed mboxes

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