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

Commit 2ae21b04 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

ARM: dts: msm: Add aop_send_message device node interface for SA6155

Add aop_send_message debugfs interface for clients to send data to the AOP.

Change-Id: Iabda57871d389e2e509d5ad526996baf95761a2d
parent 2e58ae20
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -29,6 +29,12 @@
		read-only;
		ranges;
	};

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

&qusb_phy0 {