Skip to content
Snippets Groups Projects
Commit c6e6f9cf authored by Shengjiu Wang's avatar Shengjiu Wang Committed by Leonard Crestez
Browse files

MLK-16885-1: DMA: imx-sdma: update the buswidth that is supported


update buswidth that is supported by sdma.

Signed-off-by: default avatarShengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: default avatarVipul Kumar <vipul_kumar@mentor.com>
Signed-off-by: default avatarSrikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
parent cfe52cdf
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,7 @@ ...@@ -187,6 +187,7 @@
#define SDMA_DMA_BUSWIDTHS (BIT(DMA_SLAVE_BUSWIDTH_1_BYTE) | \ #define SDMA_DMA_BUSWIDTHS (BIT(DMA_SLAVE_BUSWIDTH_1_BYTE) | \
BIT(DMA_SLAVE_BUSWIDTH_2_BYTES) | \ BIT(DMA_SLAVE_BUSWIDTH_2_BYTES) | \
BIT(DMA_SLAVE_BUSWIDTH_3_BYTES) | \
BIT(DMA_SLAVE_BUSWIDTH_4_BYTES)) BIT(DMA_SLAVE_BUSWIDTH_4_BYTES))
#define SDMA_DMA_DIRECTIONS (BIT(DMA_DEV_TO_MEM) | \ #define SDMA_DMA_DIRECTIONS (BIT(DMA_DEV_TO_MEM) | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment