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

Commit 84cc9490 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

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

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

Change-Id: If6009095849650c0f189e652564363bc1062fdb0
parent 2e58ae20
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -304,6 +304,12 @@
			pcm-lane-config = <1>;
		};
	};

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

&usb2_phy0 {