Skip to content

Commit 7c59294

Browse files
Alex Elderdavem330
authored andcommitted
net: ipa: add IPA v5.5 configuration data
Add the configuration data required for IPA v5.5, which is used in the Qualcomm SM8550 SoC. With that, the driver supports IPA v5.5. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1bfeafa commit 7c59294

File tree

5 files changed

+494
-1
lines changed

5 files changed

+494
-1
lines changed

drivers/net/ipa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ IPA_REG_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 5.5
77
# Some IPA versions can reuse another set of GSI register definitions.
88
GSI_REG_VERSIONS := 3.1 3.5.1 4.0 4.5 4.9 4.11 5.0
99

10-
IPA_DATA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0
10+
IPA_DATA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11 5.0 5.5
1111

1212
obj-$(CONFIG_QCOM_IPA) += ipa.o
1313

0 commit comments

Comments
 (0)