diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-05-27 21:13:43 +0300 |
---|---|---|
committer | Emil Renner Berthing <kernel@esmil.dk> | 2022-07-13 00:26:23 +0300 |
commit | a4953bb0b08d16ddc28de3f4e7d27e96f1ea3982 (patch) | |
tree | 4317b1d87ed59e0bbe06278ba4c3c0bd4fd8b6f6 | |
parent | 3b1fc161baa45e697da9629acd8f2dfd477495ad (diff) | |
download | linux-a4953bb0b08d16ddc28de3f4e7d27e96f1ea3982.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.yaml | 6 |
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 4324a94b26b2..957e4ce936f9 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 resets: maxItems: 1 @@ -74,14 +74,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: | |