- refresh, rebase and reorder patches - JH7110 media drivers have been dropped for now - JH7110 E24 and mailbox drivers were added - JH7100 DMA- and errata-patches have been dropped as they were upstreamed Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
45 lines
1.4 KiB
Diff
45 lines
1.4 KiB
Diff
From e941dae591d8cd24f6758ecded9cc9741082e76d Mon Sep 17 00:00:00 2001
|
|
From: Geert Uytterhoeven <geert@linux-m68k.org>
|
|
Date: Thu, 27 May 2021 20:13:43 +0200
|
|
Subject: [PATCH 1012/1021] 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>
|
|
---
|
|
Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
|
|
+++ b/Documentation/devicetree/bindings/dma/snps,dw-axi-dmac.yaml
|
|
@@ -57,7 +57,7 @@ properties:
|
|
|
|
dma-channels:
|
|
minimum: 1
|
|
- maximum: 8
|
|
+ maximum: 16
|
|
|
|
resets:
|
|
minItems: 1
|
|
@@ -81,14 +81,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: |
|