net: ipa: add some missing resource limits
authorAlex Elder <elder@linaro.org>
Fri, 26 Mar 2021 15:11:14 +0000 (10:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 22:02:38 +0000 (15:02 -0700)
commit9ab7e72882668c5223c55581bdcd44fdf5e9d882
treea7bcc3ac938049304ce930610082db27e47ebbf6
parent47f71d6e677cfa2853203ea77c0a47c23fea92c0
net: ipa: add some missing resource limits

Currently, the SDM845 configuration data defines resource limits for
the first two resource groups (for both source and destination
resource types).  The hardware supports additional resource groups,
and we should program the resource limits for those groups as well.

Even the "unused" destination resource group (number 2) should have
non-zero limits programmed in some cases, to ensure correct operation.

Add these missing resource group limit definitions to the SDM845
configuration data.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/ipa_data-sdm845.c