summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2017-11-20 16:21:24 +0800
committerShengjiu Wang <shengjiu.wang@nxp.com>2017-11-21 11:45:57 +0800
commitdc863d108120f5ad1ad65dfe02b752cbcc52783c (patch)
tree703f97ca5ad7dffa85ebd9e853347ce8f1ff8edc
parent523bca4c13ce25d7872168e697e780b4153e7ab4 (diff)
MLK-16885-1: DMA: imx-sdma: update the buswidth that is supported
update buswidth that is supported by sdma. Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> (cherry picked from commit ebbe845bef6937db4b1e14808dbb2eef664c91f5)
-rw-r--r--drivers/dma/imx-sdma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c
index 109a06a6c3ab..0aa64b0c3e3d 100644
--- a/drivers/dma/imx-sdma.c
+++ b/drivers/dma/imx-sdma.c
@@ -186,6 +186,7 @@
#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) | \