Commits
Robin Gong committed e4770db1f16
dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm Because the number of ecspi1 rx event on i.mx8mm is 0, the condition check ignore such special case without dma channel enabled, which caused ecspi1 rx works failed. Actually, no need to check event_id0, checking event_id1 is enough for DEV_2_DEV case because it's so lucky that event_id1 never be 0. Signed-off-by: Robin Gong <yibin.gong@nxp.com>