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)
committerVinod Koul <vinod.koul@intel.com>
Thu, 21 Sep 2017 17:15:42 +0000 (22:45 +0530)
commit399c1b1e514a2b901549cb92af62e6eceb7f9df2
treefb4051862cc9cecf03804f78b0d9de4917371065
parent384fde7ed224f283f11ef2a592b05d4a29492aa8
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>
drivers/dma/imx-sdma.c