Skip to content

Commit

Permalink
net: ipa: add IPA v4.9 configuration data
Browse files Browse the repository at this point in the history
Add support for the SM8350 SoC, which includes IPA version 4.9.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alex Elder authored and David S. Miller committed Apr 13, 2021
1 parent 15c88e1 commit e557dc8
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/ipa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ipa-y := ipa_main.o ipa_clock.o ipa_reg.o ipa_mem.o \
ipa_resource.o ipa_qmi.o ipa_qmi_msg.o

ipa-y += ipa_data-v3.5.1.o ipa_data-v4.2.o \
ipa_data-v4.5.o ipa_data-v4.11.o
ipa_data-v4.5.o ipa_data-v4.9.o \
ipa_data-v4.11.o
Loading

0 comments on commit e557dc8

Please sign in to comment.