Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: dma: fsl-mxs-dma: allow interrupt-names for fsl,imx23-dma-apbx

Allow interrupt-names for fsl,imx23-dma-apbx and keep the same restriction
for others.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250523213252.582366-1-Frank.Li@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Frank Li and committed by
Vinod Koul
e3a9ccd2 e5698202

+33
+33
Documentation/devicetree/bindings/dma/fsl,mxs-dma.yaml
··· 23 23 properties: 24 24 power-domains: false 25 25 26 + - if: 27 + properties: 28 + compatible: 29 + contains: 30 + const: fsl,imx23-dma-apbx 31 + then: 32 + properties: 33 + interrupt-names: 34 + items: 35 + - const: audio-adc 36 + - const: audio-dac 37 + - const: spdif-tx 38 + - const: i2c 39 + - const: saif0 40 + - const: empty0 41 + - const: auart0-rx 42 + - const: auart0-tx 43 + - const: auart1-rx 44 + - const: auart1-tx 45 + - const: saif1 46 + - const: empty1 47 + - const: empty2 48 + - const: empty3 49 + - const: empty4 50 + - const: empty5 51 + else: 52 + properties: 53 + interrupt-names: false 54 + 26 55 properties: 27 56 compatible: 28 57 oneOf: ··· 80 51 maxItems: 1 81 52 82 53 interrupts: 54 + minItems: 4 55 + maxItems: 16 56 + 57 + interrupt-names: 83 58 minItems: 4 84 59 maxItems: 16 85 60