[PATCH 1/3] dt-bindings: dma: fsl-edma: increase maxItems of interrupts and interrupt-names
Conor Dooley
conor at kernel.org
Fri Feb 28 10:13:50 PST 2025
On Fri, Feb 28, 2025 at 12:42:03PM -0500, Frank Li wrote:
> From: Joy Zou <joy.zou at nxp.com>
>
> The edma controller support optional error interrupt, so update interrupts
> and interrupt-names's maxItems.
This seems like something were you would know based on the soc (or
compatible) whether or not 64 or 65 is the correct maximum for that
device?
>
> Signed-off-by: Joy Zou <joy.zou at nxp.com>
> Signed-off-by: Frank Li <Frank.Li at nxp.com>
> ---
> Documentation/devicetree/bindings/dma/fsl,edma.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/dma/fsl,edma.yaml b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
> index 4f925469533e7..900170b3606ef 100644
> --- a/Documentation/devicetree/bindings/dma/fsl,edma.yaml
> +++ b/Documentation/devicetree/bindings/dma/fsl,edma.yaml
> @@ -40,11 +40,11 @@ properties:
>
> interrupts:
> minItems: 1
> - maxItems: 64
> + maxItems: 65
>
> interrupt-names:
> minItems: 1
> - maxItems: 64
> + maxItems: 65
>
> "#dma-cells":
> description: |
>
> --
> 2.34.1
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20250228/934b5018/attachment.sig>
More information about the linux-arm-kernel
mailing list