On Tue, Mar 04, 2025 at 05:31:24PM +0800, Jacky Bai wrote: > Add interrupts-extended property for edma that has multiple interrupt > controllers used. Did you try using interrupts-extended? No. Because either is supported by the tools already. > > Signed-off-by: Jacky Bai <ping.bai@xxxxxxx> > --- > - 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 Doesn't match the size for interrupt-names: > + > interrupt-names: > minItems: 1 > maxItems: 64