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

Commit 643daf5d authored by Arun Kumar Neelakantam's avatar Arun Kumar Neelakantam
Browse files

ARM: dts: msm: Add IPC ROUTER devices for mdmfermium



Add IPC router device and IPC router transport devices to facilitate
interprocessor communication.

Change-Id: I81039ef6855e1e446aa98d6e9abd9e9706eb04cc
Signed-off-by: default avatarArun Kumar Neelakantam <aneela@codeaurora.org>
parent b91661aa
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -337,6 +337,20 @@
			qcom,smdpkt-dev-name = "smd_pkt_loopback";
		};
	};

	qcom,ipc_router {
		compatible = "qcom,ipc_router";
		qcom,node-id = <1>;
	};

	qcom,ipc_router_modem_xprt {
		compatible = "qcom,ipc_router_smd_xprt";
		qcom,ch-name = "IPCRTR";
		qcom,xprt-remote = "modem";
		qcom,xprt-linkid = <1>;
		qcom,xprt-version = <1>;
		qcom,fragmented-data;
	};
};

#include "mdmfermium-regulator.dtsi"