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

Commit bc70d0c0 authored by Karthikeyan Ramasubramanian's avatar Karthikeyan Ramasubramanian
Browse files

ARM: dts: apq: Add IPC Router MHI XPRT device for apq8084



Add IPC Router MHI XPRT devices to enable interprocessor communication
with off-chip peripherals.

Change-Id: If66d504b27f735943bcc46f5b80040ed1e15ac30
Signed-off-by: default avatarKarthikeyan Ramasubramanian <kramasub@codeaurora.org>
parent e3a543d6
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -32,4 +32,13 @@
		qcom,xprt-linkid = <2>;
		qcom,xprt-version = <3>;
	};

	qcom,ipc_router_external_modem_xprt2 {
		compatible = "qcom,ipc_router_mhi_xprt";
		qcom,out-chan-id = <34>;
		qcom,in-chan-id = <35>;
		qcom,xprt-remote = "external-modem";
		qcom,xprt-linkid = <2>;
		qcom,xprt-version = <3>;
	};
};