Hi,
Ok, so interrupts work, there is one start of transfer interrupt generated, but that's it. Going back to the previous regmap state that you provided it looks as if the DMA controller is waiting for data and no data is provided to it.
This can have two reasons, either there is really no incoming data, or the clock for the data source domain is not or incorrectly connected.
- Lars