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

Commit 2fc28aa0 authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Add AOP QMP nodes for lito



Add the QMP node to facilitiate communication with AOP. The QMP driver
sends messages using the AOP msgram with a mailbox like protocol.

Change-Id: Ie09d22c762916186a3c90a5847a96203a207ab71
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent 3c63f371
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -1113,6 +1113,25 @@
			};
		};
	};

	qmp_aop: qcom,qmp-aop@c300000 {
		compatible = "qcom,qmp-mbox";
		reg = <0xc300000 0x1000>;
		reg-names = "msgram";
		mboxes = <&ipcc_mproc IPCC_CLIENT_AOP
			  IPCC_MPROC_SIGNAL_GLINK_QMP>;
		mbox-names = "aop_qmp";
		interrupt-parent = <&ipcc_mproc>;
		interrupts = <IPCC_CLIENT_AOP
			      IPCC_MPROC_SIGNAL_GLINK_QMP
			      IRQ_TYPE_EDGE_RISING>;

		label = "aop";
		qcom,early-boot;
		priority = <0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};
};

#include "lito-pinctrl.dtsi"