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

Commit a0304396 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

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

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

Change-Id: I61c7e8c110be379dc5748c59fd67a807e3c999ab
parent 2e58ae20
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -2418,6 +2418,12 @@
		mboxes = <&qmp_aop 0>;
		mbox-names = "aop";
	};

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

#include "sdmshrike-pinctrl.dtsi"