Skip to content

Commit c4b7a29

Browse files
committed
Merge branch 'net-ipa-enable-ipa-v4-7-support'
Alex Elder says: ==================== net: ipa: enable IPA v4.7 support The first patch in this series adds "qcom,sm6350-ipa" as a possible IPA compatible string, for the Qualcomm SM6350 SoC. That SoC uses IPA v4.7 The second patch in this series adds code that enables support for IPA v4.7. DTS updates that make use of these will be merged later. ==================== Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
2 parents b6488b1 + b310de7 commit c4b7a29

File tree

9 files changed

+923
-1
lines changed

9 files changed

+923
-1
lines changed

Documentation/devicetree/bindings/net/qcom,ipa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ properties:
4949
- qcom,sc7280-ipa
5050
- qcom,sdm845-ipa
5151
- qcom,sdx55-ipa
52+
- qcom,sm6350-ipa
5253
- qcom,sm8350-ipa
5354

5455
reg:

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)