diff options
-rw-r--r-- | drivers/dma/pl330.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/pl330.c b/drivers/dma/pl330.c index e4feba6b03c0..600ea5ea9827 100644 --- a/drivers/dma/pl330.c +++ b/drivers/dma/pl330.c | |||
@@ -2954,6 +2954,7 @@ pl330_probe(struct amba_device *adev, const struct amba_id *id) | |||
2954 | if (pi->pcfg.num_peri) { | 2954 | if (pi->pcfg.num_peri) { |
2955 | dma_cap_set(DMA_SLAVE, pd->cap_mask); | 2955 | dma_cap_set(DMA_SLAVE, pd->cap_mask); |
2956 | dma_cap_set(DMA_CYCLIC, pd->cap_mask); | 2956 | dma_cap_set(DMA_CYCLIC, pd->cap_mask); |
2957 | dma_cap_set(DMA_PRIVATE, pd->cap_mask); | ||
2957 | } | 2958 | } |
2958 | } | 2959 | } |
2959 | 2960 | ||