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

Commit ae8767c8 authored by Jeff Hugo's avatar Jeff Hugo Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add ipc router devices to MSM8992



The ipc router devices define the topology for high level interprocessor
communication within the SoC.

Change-Id: I4d73025f7b188562c374d34092ffa3fc81a5846a
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 049303b1
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -785,6 +785,30 @@
			qcom,smdtty-dev-name = "LOOPBACK_TTY";
		};
	};

	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;
		qcom,disable-pil-loading;
	};

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

&gdsc_usb30 {