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

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

ARM: dts: msm: Add wdsp glink node for sdmshrike



Add device tree node to enable RPMSG GLINK communication to WDSP.
In addition to the normal glink properties, the wdsp glink node
must contain the addresses for the tx and rx fifo descriptors.

Change-Id: I6677949988092900e2064bd5ffccdf093f2aed6e
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 6ecb7c9c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -653,6 +653,13 @@
				qcom,intents = <0x64 64>;
			};
		};

		glink_spi_xprt_wdsp: wdsp {
			qcom,remote-pid = <10>;
			transport = "spi";
			tx-descriptors = <0x12000 0x12004>;
			rx-descriptors = <0x1200c 0x12010>;
		};
	};

	qcom,glinkpkt {