summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2021-05-27 21:13:43 +0300
committerEmil Renner Berthing <kernel@esmil.dk>2021-09-12 15:35:02 +0300
commitc9a7cbcfd077ce0e94ae233dcf9ca8193d2bbe86 (patch)
tree6b57db9c7485bf4b8e6f92bad3a93b5f08622d07
parent628d61bdfd5a0375a39943f2dbd9a758d3de3a28 (diff)
downloadlinux-c9a7cbcfd077ce0e94ae233dcf9ca8193d2bbe86.tar.xz
[WIP] dt-bindings: dma: dw-axi-dmac: Increase DMA channel limit to 16
The first DMAC instance in the StarFive JH7100 SoC supports 16 DMA channels. FIXME Given there are more changes to the driver than just increasing DMAC_MAX_CHANNELS, we probably need a new compatible value, too. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r--Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
index 79e241498e25..09d3e9ee3939 100644
--- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
+++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
@@ -51,7 +51,7 @@ properties:
dma-channels:
minimum: 1
- maximum: 8
+ maximum: 16
snps,dma-masters:
description: |
@@ -71,14 +71,14 @@ properties:
Channel priority specifier associated with the DMA channels.
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1
- maxItems: 8
+ maxItems: 16
snps,block-size:
description: |
Channel block size specifier associated with the DMA channels.
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1
- maxItems: 8
+ maxItems: 16
snps,axi-max-burst-len:
description: |