diff options
| author | Alex Elder <elder@linaro.org> | 2023-02-10 13:36:54 -0600 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-02-13 09:56:16 +0000 |
| commit | 465d1bc9823d842cd5d9236d253487c0953aa54c (patch) | |
| tree | c5fef9b2374268c243bf819f73068e28904b9fc1 /drivers/net/ipa/Makefile | |
| parent | 7ba51aa2d09b50546d29a178f51103a23311cf84 (diff) | |
| download | linux-next-465d1bc9823d842cd5d9236d253487c0953aa54c.tar.gz linux-next-465d1bc9823d842cd5d9236d253487c0953aa54c.zip | |
net: ipa: add "gsi_v3.5.1.c"
The next patch adds a GSI register field that is only valid starting
at IPA v3.5.1. Create "gsi_v3.5.1.c" from "gsi_v3.1.c", changing
only the name of the public regs structure it defines.
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/Makefile')
| -rw-r--r-- | drivers/net/ipa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/Makefile b/drivers/net/ipa/Makefile index d87f2cfe08c6..3057b520fc79 100644 --- a/drivers/net/ipa/Makefile +++ b/drivers/net/ipa/Makefile @@ -5,7 +5,7 @@ IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 # Some IPA versions can reuse another set of GSI register definitions. -GSI_IPA_VERSIONS := 3.1 +GSI_IPA_VERSIONS := 3.1 3.5.1 obj-$(CONFIG_QCOM_IPA) += ipa.o |
