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 <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>
1 parent 86071b3 commit a9ea01f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)