Re: [PATCH 1/1] dt-bindings: interrupt-controller: Add compatiblie string fsl,imx3(1|5)-avic

From: Rob Herring

Date: Mon Feb 09 2026 - 18:50:06 EST


On Sat, Jan 31, 2026 at 08:21:02PM -0500, Frank Li wrote:
> Add compatiblie string fsl,imx3(1|5)-avic for i.MX3 SoCs (over 15 years
> old).
>
> Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
> ---
> .../devicetree/bindings/interrupt-controller/fsl,tzic.yaml | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,tzic.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,tzic.yaml
> index 5f2c8761a31de..34aa6b0517633 100644
> --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,tzic.yaml
> +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,tzic.yaml
> @@ -12,6 +12,11 @@ maintainers:
> properties:
> compatible:
> oneOf:
> + - items:
> + - enum:
> + - fsl,imx31-avic
> + - fsl,imx35-avic

What about imx1, 27, 25?

> + - const: fsl,avic
> - items:
> - enum:
> - fsl,imx51-tzic
> --
> 2.34.1
>