dmaengine: imx-sdma: Correct src_addr_widths and directions
authorNicolin Chen <nicoleotsuka@gmail.com>
Thu, 14 Sep 2017 18:46:43 +0000 (11:46 -0700)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:04 +0000 (15:47 -0500)
commit728e92b278d8ea504f7c0b6a9c0a6897d7317d28
tree37a140eded4d3ad3c6c06ebdd587a14db78b3f1c
parent59c53960c177d801cc709b2a78297a467ea4e999
dmaengine: imx-sdma: Correct src_addr_widths and directions

The driver already supports DMA_DEV_TO_DEV in sdma_config(),
DMA_SLAVE_BUSWIDTH_2_BYTES and DMA_SLAVE_BUSWIDTH_1_BYTE in
sdma_prep_slave_sg(). So this patch adds them to the lists.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
(cherry-picked from commit f9d4a398f121b00f581da1428bff9b93d955452d)
drivers/dma/imx-sdma.c