aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2020-06-11 14:48:31 -0500
committerDavid S. Miller <davem@davemloft.net>2020-06-11 18:39:08 -0700
commit9b8ad8dab994f4cba682ca6110bda37f3dcd4b83 (patch)
tree8def4999855bd07a46d186cb17bf56d1c0630abf
parent8730f45d1ca5ff60033f5ba022f32e5379d7bb89 (diff)
downloadtty-9b8ad8dab994f4cba682ca6110bda37f3dcd4b83.tar.gz
net: ipa: fix modem LAN RX endpoint id
The endpoint id assigned to the modem LAN RX endpoint for the SC7180 SoC is incorrect. The erroneous value might have been copied from SDM845 and never updated. The correct endpoint id to use for this SoC is 11. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/ipa/ipa_data-sc7180.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_data-sc7180.c b/drivers/net/ipa/ipa_data-sc7180.c
index 43faa35ae726b2..d4c2bc7ad24bf2 100644
--- a/drivers/net/ipa/ipa_data-sc7180.c
+++ b/drivers/net/ipa/ipa_data-sc7180.c
@@ -106,7 +106,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
[IPA_ENDPOINT_MODEM_LAN_RX] = {
.ee_id = GSI_EE_MODEM,
.channel_id = 3,
- .endpoint_id = 13,
+ .endpoint_id = 11,
.toward_ipa = false,
},
[IPA_ENDPOINT_MODEM_AP_TX] = {