diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2016-03-05 21:02:49 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-04-20 03:31:58 +0300 |
commit | 896ad420db8d5ec4cc4727b786d15e28eb59b366 (patch) | |
tree | 4bb3f5d82f1823d8395761bcfd7564c3a73e9a99 /Documentation/devicetree/bindings/interrupt-controller | |
parent | 1b2f8973c3bda7a100a8f3e1b4bc1c8ea9bf92d8 (diff) | |
download | linux-896ad420db8d5ec4cc4727b786d15e28eb59b366.tar.xz |
dt/bindings: bcm2835: correct description for DMA-int
Interrupt DMA11 is the shared interrupt for DMA channels 11 to 14
Interrupt DMA12 is the shared interrupt triggering for any DMA channel
(this also includes DMA channel 15)
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/interrupt-controller')
-rw-r--r-- | Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt b/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt index 2d6c8bb4d827..6428a6ba9f4a 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt +++ b/Documentation/devicetree/bindings/interrupt-controller/brcm,bcm2835-armctrl-ic.txt @@ -71,8 +71,8 @@ Bank 1: 24: DMA8 25: DMA9 26: DMA10 -27: DMA11 -28: DMA12 +27: DMA11-14 - shared interrupt for DMA 11 to 14 +28: DMAALL - triggers on all dma interrupts (including chanel 15) 29: AUX 30: ARM 31: VPUDMA |