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

Commit a4245c9b authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add QMP device on sdxpoorwills



QMP is a lightweight mailbox driver that supports single packet in
flight communication. Add a QMP device to send messages to AOP.

Change-Id: I0a0f26d7fecc97a6fc531a6aadfa31beb163ca92
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 6bf4cf1b
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -460,6 +460,19 @@
			io-interface = "rgmii";
		};
	};

	qmp_aop: qcom,qmp-aop@c300000 {
		compatible = "qcom,qmp-mbox";
		label = "aop";
		reg = <0xc300000 0x400>,
			<0x17811008 0x4>;
		reg-names = "msgram", "irq-reg-base";
		qcom,irq-mask = <0x1>;
		interrupts = <GIC_SPI 221 IRQ_TYPE_EDGE_RISING>;
		priority = <0>;
		mbox-desc-offset = <0x0>;
		#mbox-cells = <1>;
	};
};

#include "pmxpoorwills.dtsi"