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

Commit 35c2c8b2 authored by Jeff Hugo's avatar Jeff Hugo
Browse files

ARM: dts: msm: Add mailbox transport device for MSMCOBALT



The mailbox transport device permits inter processor communication to the
SPSS.

Change-Id: Ie9c71eec020b539a491ec0aea6e3ccc540988c81
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent ab5d6318
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -465,6 +465,21 @@
		label = "rpm";
	};

	qcom,glink-mailbox-xprt-spss@1d05008 {
		compatible = "qcom,glink-mailbox-xprt";
		reg = <0x1d05008 0x8>,
			<0x1d05010 0x4>,
			<0x1d0501c 0x4>,
			<0x1d06008 0x4>;
		reg-names = "mbox-loc-addr", "mbox-loc-size", "irq-reg-base",
			"irq-rx-reset";
		qcom,irq-mask = <0x1>;
		interrupts = <0 348 4>;
		label = "spss";
		qcom,tx-ring-size = <0x800>;
		qcom,rx-ring-size = <0x800>;
	};

	qcom,glink_pkt {
		compatible = "qcom,glinkpkt";