RE: [PATCH] dt-bindings: interrupt-controller: Convert imx irqsteer to json-schema

From: Anson Huang
Date: Mon May 18 2020 - 01:20:19 EST




> Subject: RE: [PATCH] dt-bindings: interrupt-controller: Convert imx irqsteer to
> json-schema
>
> ...
> > +
> > +title: Freescale IRQSTEER Interrupt multiplexer
> > +
> > +maintainers:
> > + - Lucas Stach <l.stach@xxxxxxxxxxxxxx>
> > +
> > +properties:
> > + compatible:
> > + const: fsl,imx-irqsteer
>
> You changed binding here without comments?

It is because drivers/irqchip/irq-imx-irqsteer.c ONLY has "fsl,imx-irqsteer" as valid compatible,
so take this chance to fix it in this patch.

Anson