summaryrefslogtreecommitdiffstats
path: root/drivers/net/ipa/ipa_main.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2021-03-28 12:31:08 -0500
committerDavid S. Miller <davem@davemloft.net>2021-03-28 18:12:03 -0700
commitfc566dab45f9eab9b07c971daedd0843e688e777 (patch)
tree503f7aa0c87c94fdfaf40d1a9904030600f6946b /drivers/net/ipa/ipa_main.c
parentd21d1f33b190f7c18e83899dfbc5a48ab173ef15 (diff)
downloadlinux-fc566dab45f9eab9b07c971daedd0843e688e777.tar.bz2
net: ipa: switch to version based configuration
Rename the SDM845 configuration data file so that its name is derived from its IPA version. I am not aware of any special IPA behavior or handling that would be based on a specific SoC (as opposed to a specific version of the IPA it contains). Update a few other references to the code that talk about the SDM845 rather than just IPA v3.5.1. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/ipa_main.c')
-rw-r--r--drivers/net/ipa/ipa_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_main.c b/drivers/net/ipa/ipa_main.c
index afb8eb5618f7..37e85a5ab75c 100644
--- a/drivers/net/ipa/ipa_main.c
+++ b/drivers/net/ipa/ipa_main.c
@@ -578,7 +578,7 @@ out_release_firmware:
static const struct of_device_id ipa_match[] = {
{
.compatible = "qcom,sdm845-ipa",
- .data = &ipa_data_sdm845,
+ .data = &ipa_data_v3_5_1,
},
{
.compatible = "qcom,sc7180-ipa",