]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/dma/bcm2835-dma.c
dmaengine: Add DMA_PRIVATE to BCM2835 driver
[karo-tx-linux.git] / drivers / dma / bcm2835-dma.c
index 6ae070825f3f04cefe8cd2052a5d34be655b1975..a03602164e3e1aa5912f3ba1d74095fb5dbe9f74 100644 (file)
@@ -611,6 +611,7 @@ static int bcm2835_dma_probe(struct platform_device *pdev)
        od->base = base;
 
        dma_cap_set(DMA_SLAVE, od->ddev.cap_mask);
+       dma_cap_set(DMA_PRIVATE, od->ddev.cap_mask);
        dma_cap_set(DMA_CYCLIC, od->ddev.cap_mask);
        od->ddev.device_alloc_chan_resources = bcm2835_dma_alloc_chan_resources;
        od->ddev.device_free_chan_resources = bcm2835_dma_free_chan_resources;