On Mon, 18 May 2020 16:35:57 +0800, Anson Huang wrote: > Convert the i.MX IRQSTEER binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > Reviewed-by: Dong Aisheng <aisheng.dong@xxxxxxx> > --- > Changes since V2: > - Improve the interrupt items description. > --- > .../bindings/interrupt-controller/fsl,irqsteer.txt | 35 --------- > .../interrupt-controller/fsl,irqsteer.yaml | 89 ++++++++++++++++++++++ > 2 files changed, 89 insertions(+), 35 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/fsl,irqsteer.yaml > Applied, thanks!