[PATCH v2 1/4] dt-bindings: dma: fsl-edma: add interrupts-extended property
Jacky Bai
ping.bai at nxp.com
Tue Mar 4 01:31:24 PST 2025
Add interrupts-extended property for edma that has multiple interrupt
controllers used.
Signed-off-by: Jacky Bai <ping.bai at nxp.com>
---
- v2 changes:
- newly added entry
---
Documentation/devicetree/bindings/dma/fsl,edma.yaml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/dma/fsl,edma.yaml b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
index d54140f18d34..549afb8611a9 100644
--- a/Documentation/devicetree/bindings/dma/fsl,edma.yaml
+++ b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
@@ -38,6 +38,10 @@ properties:
minItems: 1
maxItems: 64
+ interrupts-extended:
+ minItems: 1
+ maxItems: 65
+
interrupt-names:
minItems: 1
maxItems: 64
@@ -87,9 +91,14 @@ required:
- "#dma-cells"
- compatible
- reg
- - interrupts
- dma-channels
+oneOf:
+ - required:
+ - interrupts
+ - required:
+ - interrupts-extended
+
allOf:
- $ref: dma-controller.yaml#
- if:
--
2.34.1
More information about the linux-arm-kernel
mailing list