From 240cf80a7e4e8ab80da5b1f3920c18a6a5295627 Mon Sep 17 00:00:00 2001 From: Prasad Malisetty Date: Fri, 31 Mar 2017 12:40:48 +0530 Subject: mhi: core: Enable mhi_dev_net interface channels Enable 46, 47 channels for mhi_dev_net interface. mhi_dev_net client uses read and write channels to communicate mhi host rmnet interface over PCIe link. CRs-Fixed: 2029099 Change-Id: Ifdda4b1a139751bd2b36143d9125068f34fec9e5 Signed-off-by: Prasad Malisetty --- include/linux/msm_mhi.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/msm_mhi.h b/include/linux/msm_mhi.h index b9fd610f92da..029d2ba69cce 100644 --- a/include/linux/msm_mhi.h +++ b/include/linux/msm_mhi.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2014-2017, 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 @@ -61,7 +61,9 @@ enum MHI_CLIENT_CHANNEL { MHI_CLIENT_CSVT_IN = 43, MHI_CLIENT_SMCT_OUT = 44, MHI_CLIENT_SMCT_IN = 45, - MHI_CLIENT_RESERVED_1_LOWER = 46, + MHI_CLIENT_IP_SW_4_OUT = 46, + MHI_CLIENT_IP_SW_4_IN = 47, + MHI_CLIENT_RESERVED_1_LOWER = 48, MHI_CLIENT_RESERVED_1_UPPER = 99, MHI_CLIENT_IP_HW_0_OUT = 100, MHI_CLIENT_IP_HW_0_IN = 101, -- cgit v1.2.3