MLK-16885-1: DMA: imx-sdma: update the buswidth that is supported
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 20 Nov 2017 08:21:24 +0000 (16:21 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:47:04 +0000 (15:47 -0500)
update buswidth that is supported by sdma.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
drivers/dma/imx-sdma.c

index 7302063..471105d 100644 (file)
 
 #define SDMA_DMA_BUSWIDTHS     (BIT(DMA_SLAVE_BUSWIDTH_1_BYTE) | \
                                 BIT(DMA_SLAVE_BUSWIDTH_2_BYTES) | \
+                                BIT(DMA_SLAVE_BUSWIDTH_3_BYTES) | \
                                 BIT(DMA_SLAVE_BUSWIDTH_4_BYTES))
 
 #define SDMA_DMA_DIRECTIONS    (BIT(DMA_DEV_TO_MEM) | \