diff options
| author | Prasad Malisetty <prasadm@codeaurora.org> | 2017-03-31 12:40:48 +0530 |
|---|---|---|
| committer | Prasad Malisetty <prasadm@codeaurora.org> | 2017-04-05 11:34:10 +0530 |
| commit | 240cf80a7e4e8ab80da5b1f3920c18a6a5295627 (patch) | |
| tree | 088d19ec161517adf781223ead98dd1723626f39 /include/linux | |
| parent | 92124c76a2bd3e0c1d98de91d09199558117a1a9 (diff) | |
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 <prasadm@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/msm_mhi.h | 6 |
1 files changed, 4 insertions, 2 deletions
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, |
