diff options
author | Alex Elder <elder@linaro.org> | 2023-11-22 17:09:08 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-11-24 12:18:55 +0000 |
commit | 1bfeafabcd5e95424cf1ce910f04507f26b14702 (patch) | |
tree | c80b030fac5774f452b4faf2e58fb3019ccb3ff7 /drivers/net/ipa/Makefile | |
parent | b00e190cc2000aea4622202d8f081d28ab4bbe41 (diff) | |
download | linux-stable-1bfeafabcd5e95424cf1ce910f04507f26b14702.tar.gz linux-stable-1bfeafabcd5e95424cf1ce910f04507f26b14702.tar.bz2 linux-stable-1bfeafabcd5e95424cf1ce910f04507f26b14702.zip |
net: ipa: add IPA v5.5 register definitions
GSI register definitions for IPA v5.5 are the same as those used for
IPA v5.0.
Update ipa_reg_id_valid() to reflect that IPA v5.0+ supports source
and destination resource groups 4 through 7.
Add the definitions of IPA register offsets and fields for IPA v5.5.
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 7293d5cc2b2b..9d2182068e1c 100644 --- a/drivers/net/ipa/Makefile +++ b/drivers/net/ipa/Makefile @@ -2,7 +2,7 @@ # # Makefile for the Qualcomm IPA driver. -IPA_REG_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 +IPA_REG_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 5.5 # Some IPA versions can reuse another set of GSI register definitions. GSI_REG_VERSIONS := 3.1 3.5.1 4.0 4.5 4.9 4.11 5.0 |