From e1b4c5c8c6a2244f6c11a5c3a4aa66f36e064246 Mon Sep 17 00:00:00 2001 From: Chris Lew Date: Mon, 28 Mar 2016 18:56:42 -0700 Subject: [PATCH] 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 --- arch/arm/boot/dts/qcom/msm8996-ipcrouter.dtsi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom/msm8996-ipcrouter.dtsi b/arch/arm/boot/dts/qcom/msm8996-ipcrouter.dtsi index a443f90e4cb8..a034754f8719 100644 --- a/arch/arm/boot/dts/qcom/msm8996-ipcrouter.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-ipcrouter.dtsi @@ -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 * it under the terms of the GNU General Public License version 2 and @@ -45,4 +45,14 @@ qcom,xprt-version = <1>; 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>; + }; };