> Subject: RE: [PATCH] dt-bindings: interrupt-controller: Convert imx irqsteer to > json-schema > > > From: Anson Huang <anson.huang@xxxxxxx> > > Sent: Monday, May 18, 2020 1:20 PM > > > > > 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. > > Nope. You might be misunderstood about dt-binding. It's HW description > language. > Drivers does not define bindings, drivers only implement bindings. OK, will add it back. Anson