]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: ipa: fix modem LAN RX endpoint id
authorAlex Elder <elder@linaro.org>
Thu, 11 Jun 2020 19:48:31 +0000 (14:48 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Jun 2020 01:39:08 +0000 (18:39 -0700)
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>
drivers/net/ipa/ipa_data-sc7180.c

index 43faa35ae726b28aa99ec2434ec78d249086406b..d4c2bc7ad24bf29a58414ff36968b4eabaeb40e1 100644 (file)
@@ -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] = {