dt-bindings: dma: fsl-edma: increase maxItems of interrupts and interrupt-names
authorJoy Zou <joy.zou@nxp.com>
Mon, 7 Apr 2025 16:46:35 +0000 (12:46 -0400)
committerVinod Koul <vkoul@kernel.org>
Wed, 23 Apr 2025 13:12:46 +0000 (18:42 +0530)
The edma controller support optional error interrupt, so update interrupts
and interrupt-names's maxItems.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://lore.kernel.org/r/20250407-edma_err-v2-1-9d7e5b77fcc4@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/devicetree/bindings/dma/fsl,edma.yaml

index 950e8fa4f4ab446e59a9f2934716f79ddda9c91d..fa4248e2f1b9cecd00f1535744bfe6d9ecdba613 100644 (file)
@@ -48,11 +48,11 @@ properties:
 
   interrupts:
     minItems: 1
-    maxItems: 64
+    maxItems: 65
 
   interrupt-names:
     minItems: 1
-    maxItems: 64
+    maxItems: 65
 
   "#dma-cells":
     description: |