mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
[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>
This commit is contained in:
parent
a5c8f96c3a
commit
e045c0a44d
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ properties:
|
|||
|
||||
dma-channels:
|
||||
minimum: 1
|
||||
maximum: 8
|
||||
maximum: 16
|
||||
|
||||
resets:
|
||||
maxItems: 1
|
||||
|
@ -78,14 +78,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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue