summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipa/ipa_version.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2022-12-08 22:15:29 +0100
committerJakub Kicinski <kuba@kernel.org>2022-12-13 00:55:06 +0100
commitb310de784bacd20f5217a81b725de979ef24848e (patch)
treeea723b12a78d6b327cdf26f553c1ca55558e0a7f /drivers/net/ipa/ipa_version.h
parentdt-bindings: net: qcom,ipa: Add SM6350 compatible (diff)
downloadlinux-b310de784bacd20f5217a81b725de979ef24848e.tar.xz
linux-b310de784bacd20f5217a81b725de979ef24848e.zip
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 <luca.weiss@fairphone.com> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ipa/ipa_version.h')
-rw-r--r--drivers/net/ipa/ipa_version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ipa/ipa_version.h b/drivers/net/ipa/ipa_version.h
index 7889c310e943..d15821467743 100644
--- a/drivers/net/ipa/ipa_version.h
+++ b/drivers/net/ipa/ipa_version.h
@@ -48,6 +48,7 @@ static inline bool ipa_version_supported(enum ipa_version version)
case IPA_VERSION_3_5_1:
case IPA_VERSION_4_2:
case IPA_VERSION_4_5:
+ case IPA_VERSION_4_7:
case IPA_VERSION_4_9:
case IPA_VERSION_4_11:
case IPA_VERSION_5_0: