ARM: dts: msm: Add external modem to ipcrouter dtsi

Adds new configuration in device tree for external
modems.

CRs-Fixed: 994871
Change-Id: I798d27248acaf7aa2ab15e8739c638a96a49b2b7
Signed-off-by: Chris Lew <clew@codeaurora.org>
This commit is contained in:
Chris Lew 2016-03-28 18:56:42 -07:00 committed by Jeevan Shriram
parent 62be3545d8
commit e1b4c5c8c6

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2014, The Linux Foundation. All rights reserved. /* Copyright (c) 2014,2016, The Linux Foundation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License version 2 and
@ -45,4 +45,14 @@
qcom,xprt-version = <1>; qcom,xprt-version = <1>;
qcom,fragmented-data; qcom,fragmented-data;
}; };
qcom,ipc_router_external_modem_xprt2 {
compatible = "qcom,ipc_router_mhi_xprt";
qcom,ch-name = "IPCRTR";
qcom,out-chan-id = <34>;
qcom,in-chan-id = <35>;
qcom,xprt-remote = "external-modem";
qcom,xprt-linkid = <1>;
qcom,xprt-version = <3>;
};
}; };