diff options
Diffstat (limited to 'drivers/dma/edma.c')
-rw-r--r-- | drivers/dma/edma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/edma.c b/drivers/dma/edma.c index 35db3f282bdb..eef51644b69f 100644 --- a/drivers/dma/edma.c +++ b/drivers/dma/edma.c | |||
@@ -893,6 +893,7 @@ static int edma_probe(struct platform_device *pdev) | |||
893 | 893 | ||
894 | dma_cap_zero(ecc->dma_slave.cap_mask); | 894 | dma_cap_zero(ecc->dma_slave.cap_mask); |
895 | dma_cap_set(DMA_SLAVE, ecc->dma_slave.cap_mask); | 895 | dma_cap_set(DMA_SLAVE, ecc->dma_slave.cap_mask); |
896 | dma_cap_set(DMA_CYCLIC, ecc->dma_slave.cap_mask); | ||
896 | 897 | ||
897 | edma_dma_init(ecc, &ecc->dma_slave, &pdev->dev); | 898 | edma_dma_init(ecc, &ecc->dma_slave, &pdev->dev); |
898 | 899 | ||