From b107cbe8367704b5952caa323f7691c441caea04 Mon Sep 17 00:00:00 2001 From: Ilia Lin Date: Tue, 27 Apr 2021 16:54:36 +0300 Subject: [PATCH] ipa: Change IPA EP 34 GSI channel allocation Change IPA EP 34 GSI channel allocation to channel 8, as per the latest EP configuration table. Change-Id: I993c799429555d29120b8181f3d10140ce0c68cf Signed-off-by: Ilia Lin --- drivers/platform/msm/ipa/ipa_v3/ipa_utils.c | 4 ++-- 1 file 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 ab171851f7..75c544d655 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c @@ -4221,7 +4221,7 @@ static const struct ipa_ep_configuration ipa3_ep_mapping false, IPA_DPS_HPS_SEQ_TYPE_INVALID, QMB_MASTER_SELECT_DDR, - { 34, 25, 9 , 9 , IPA_EE_AP, GSI_SMART_PRE_FETCH, 4}, + { 34, 8, 9 , 9 , IPA_EE_AP, GSI_SMART_PRE_FETCH, 4}, IPA_TX_INSTANCE_DL }, [IPA_5_0][IPA_CLIENT_WLAN4_CONS] = { true, IPA_v5_0_GROUP_DL, @@ -4263,7 +4263,7 @@ static const struct ipa_ep_configuration ipa3_ep_mapping false, IPA_DPS_HPS_SEQ_TYPE_INVALID, QMB_MASTER_SELECT_PCIE, - { 34, 25, 9, 9, IPA_EE_AP, GSI_SMART_PRE_FETCH, 3}, + { 34, 8, 9, 9, IPA_EE_AP, GSI_SMART_PRE_FETCH, 3}, IPA_TX_INSTANCE_DL }, [IPA_5_0][IPA_CLIENT_Q6_LAN_CONS] = { true, IPA_v5_0_GROUP_DL,