summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhanim Fodi <gfodi@codeaurora.org>2016-06-26 15:23:48 +0300
committerKyle Yan <kyan@codeaurora.org>2016-06-28 17:02:51 -0700
commite335b6b9da6cc3db01fde5bc9055b37168bef7cd (patch)
treee4dce6b9eeacc1119a3a2063e45b313b679c1d3e
parent6dfd4af57b5f9e91db82920f049b5632674c634e (diff)
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>
-rw-r--r--drivers/platform/msm/ipa/ipa_v3/ipa_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c
index 18ac51701e4c..21b8cac11d2b 100644
--- a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c
+++ b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c
@@ -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,