Skip to content

Commit 4261fd5

Browse files
committed
dt-bindings: dma: fsl-edma: increase maxItems of interrupts and interrupt-names
JIRA: https://issues.redhat.com/browse/RHEL-115725 commit a9ea01f Author: Joy Zou <joy.zou@nxp.com> Date: Mon Apr 7 12:46:35 2025 -0400 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> Signed-off-by: Jared Kangas <jkangas@redhat.com>
1 parent 9a49631 commit 4261fd5

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)