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

Commit 031aed0c authored by Chris Lew's avatar Chris Lew
Browse files

ARM: dts: msm: Add mailbox configuration for SPSS on msmskunk



Add new entry in device tree to enable communication to SPSS with
the SPSS mailbox transport.

CRs-Fixed: 1059650
Change-Id: I382c2a3f31c1760b0e33dcb345243c83dd5b790a
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 05f9fb73
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -594,6 +594,21 @@
			"smem_targ_info_reg";
		qcom,mpu-enabled;
	};

	qcom,glink-mailbox-xprt-spss@1885008 {
		compatible = "qcom,glink-mailbox-xprt";
		reg = <0x1885008 0x8>,
			<0x1885010 0x4>,
			<0x188501c 0x4>,
			<0x1886008 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 = <0x400>;
		qcom,rx-ring-size = <0x400>;
	};
};

&pcie_0_gdsc {