msm: ipa3: Do not use APPS pipes for IPA kernel-test
IPA Endpoint 16 is the one assigned to APPS for WAN data. This pipe is connected when modem is up. Kernel-tests framework should not use it for testing purposes as this pipe is already allocated for APPS. Update the code to use another IPA Endpoint. Change-Id: Ia0ed2ad9041353def1b3055d394281bca2893f88 CRs-fixed: 1034319 Signed-off-by: Ghanim Fodi <gfodi@codeaurora.org>
This commit is contained in:
parent
6dfd4af57b
commit
e335b6b9da
1 changed files with 2 additions and 2 deletions
|
@ -328,10 +328,10 @@ static const struct ipa_ep_configuration ipa3_ep_mapping
|
|||
QMB_MASTER_SELECT_PCIE},
|
||||
[IPA_3_0][IPA_CLIENT_Q6_LTE_WIFI_AGGR_CONS] = IPA_CLIENT_NOT_USED,
|
||||
/* Only for test purpose */
|
||||
[IPA_3_0][IPA_CLIENT_TEST_CONS] = {16, IPA_GROUP_DL, false,
|
||||
[IPA_3_0][IPA_CLIENT_TEST_CONS] = {26, IPA_GROUP_DL, false,
|
||||
IPA_DPS_HPS_SEQ_TYPE_INVALID,
|
||||
QMB_MASTER_SELECT_DDR},
|
||||
[IPA_3_0][IPA_CLIENT_TEST1_CONS] = {16, IPA_GROUP_DL, false,
|
||||
[IPA_3_0][IPA_CLIENT_TEST1_CONS] = {26, IPA_GROUP_DL, false,
|
||||
IPA_DPS_HPS_SEQ_TYPE_INVALID,
|
||||
QMB_MASTER_SELECT_DDR},
|
||||
[IPA_3_0][IPA_CLIENT_TEST2_CONS] = {27, IPA_GROUP_DL, false,
|
||||
|
|
Loading…
Add table
Reference in a new issue