Skip to content

Commit b310de7

Browse files
Alex Elderkuba-moo
authored andcommitted
net: ipa: add IPA v4.7 support
Add the necessary register and data definitions needed for IPA v4.7, which is found on the SM6350 SoC. Co-developed-by: Luca Weiss <[email protected]> Signed-off-by: Luca Weiss <[email protected]> Signed-off-by: Alex Elder <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 5071429 commit b310de7

File tree

8 files changed

+922
-1
lines changed

8 files changed

+922
-1
lines changed

drivers/net/ipa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the Qualcomm IPA driver.
44

5-
IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.9 4.11
5+
IPA_VERSIONS := 3.1 3.5.1 4.2 4.5 4.7 4.9 4.11
66

77
obj-$(CONFIG_QCOM_IPA) += ipa.o
88

0 commit comments

Comments
 (0)