VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Geert Uytterhoeven <geert@linux-m68k.org> 2021-05-27 20:13:43 +0200 committer: Emil Renner Berthing <kernel@esmil.dk> 2021-08-01 13:54:42 +0200 commit: 3895401eb365cc15d73668feba310d6331a8794c parent: dfa9e7fd733cf356d4c8d94308109c363b9db793
Commit Summary:
[WIP] dt-bindings: dma: dw-axi-dmac: Increase DMA channel limit to 16
Diffstat:
1 file 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: |