Skip to content

Commit a9ea01f

Browse files
1991Joyzouvinodkoul
authored andcommitted
dt-bindings: dma: fsl-edma: increase maxItems of interrupts and interrupt-names
The edma controller support optional error interrupt, so update interrupts and interrupt-names's maxItems. Signed-off-by: Joy Zou <[email protected]> Signed-off-by: Frank Li <[email protected]> Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 86071b3 commit a9ea01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/dma/fsl,edma.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ properties:
4848

4949
interrupts:
5050
minItems: 1
51-
maxItems: 64
51+
maxItems: 65
5252

5353
interrupt-names:
5454
minItems: 1
55-
maxItems: 64
55+
maxItems: 65
5656

5757
"#dma-cells":
5858
description: |

0 commit comments

Comments
 (0)