net: ipa: configure memory regions early
authorAlex Elder <elder@linaro.org>
Mon, 26 Jul 2021 20:11:33 +0000 (15:11 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jul 2021 22:09:18 +0000 (23:09 +0100)
commit07e1f6897f735296aeff6c135cb8ddb4040a3e20
treedeb6db7f3ce32a91b6d2ea1d74d3bf81b9af48a4
parent63961f544e271db5f5d3a03164cbe28fcb7eba93
net: ipa: configure memory regions early

IPA-resident memory is one of the most primitive resources that
needs initialization, so call init_mem_config() early in
ipa_config().

This is in preparation for initializing the IPA-resident
microcontroller earlier.

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