summaryrefslogtreecommitdiff
path: root/drivers/net/ipa/ipa_data-v3.5.1.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2021-04-09 13:07:17 -0500
committerJakub Kicinski <kuba@kernel.org>2021-04-09 20:57:25 -0700
commit49e76a418981293bcd8cb1e32df5b0e00e34d8ff (patch)
treeca83aeb57af072a2efc66cc0383bb071d697ec06 /drivers/net/ipa/ipa_data-v3.5.1.c
parent7ad3bd52cbcb7d263d320a9dca5cfe409734f62e (diff)
net: ipa: update sequence type for modem TX endpoint
On IPA v3.5.1, the sequencer type for the modem TX endpoint does not define the replication portion in the same way the downstream code does. This difference doesn't affect the behavior of the upstream code, but I'd prefer the two code bases use the same configuration value here. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ipa/ipa_data-v3.5.1.c')
-rw-r--r--drivers/net/ipa/ipa_data-v3.5.1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ipa/ipa_data-v3.5.1.c b/drivers/net/ipa/ipa_data-v3.5.1.c
index 57703e95a3f9..ead1a82f32f5 100644
--- a/drivers/net/ipa/ipa_data-v3.5.1.c
+++ b/drivers/net/ipa/ipa_data-v3.5.1.c
@@ -116,6 +116,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
.status_enable = true,
.tx = {
.seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
+ .seq_rep_type = IPA_SEQ_REP_DMA_PARSER,
.status_endpoint =
IPA_ENDPOINT_MODEM_AP_RX,
},