c8a8ebeaa0
commit 9fbd35520f1f7f3cbe1873939a27ad9b009f21f9 upstream.
The current interconnect provider registration interface is inherently
racy as nodes are not added until the after adding the provider. This
can specifically cause racing DT lookups to fail.
Switch to using the new API where the provider is not registered until
after it has been fully initialised.
Fixes:
|
||
---|---|---|
.. | ||
imx8mm.c | ||
imx8mn.c | ||
imx8mp.c | ||
imx8mq.c | ||
imx.c | ||
imx.h | ||
Kconfig | ||
Makefile |