There was a change in the mxs-dma engine that uses a new custom flag.Tested-by: Stefan Wahren <wahrenst@xxxxxxx>
The change was not applied to the mxs spi driver.
This results in chipselect being deasserted too early.
This fixes the chipselect problem by using the new flag in the mxs-spi
driver.
Fixes: ceeeb99cd821 ("dmaengine: mxs: rename custom flag")
Signed-off-by: Ralf Schlatterbeck <rsc@xxxxxxxxxx>