When using DSP and IPU cores, how to reserve some DMA channels so Linux doesn't conflict with them?
Currently when we use some channels from DSP core and trying to check DMA status flags, they always are cleared when Linux is also running. When in U-Boot, flags are correct.
I understand that it should be resolved globally with "Late attach" implementation expected by the end of year or later. But maybe there is a documented method of reserving DMA chammels using device tree similar to memory reservation?