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>
This commit is contained in:
parent
92124c76a2
commit
240cf80a7e
1 changed files with 4 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue