mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
96b3bb18f6
ldma_cfg_init() will parse DT to retrieve certain configs.
However, that is called before ldma_dma_init_vXX(), which
will make some initialization to channel configs. It will
thus incorrectly overwrite certain configs that are declared
in DT.
To fix that, we move DT parsing after initialization.
Function name is renamed to better represent what it does.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
lgm-dma.c | ||
Makefile |