On Tue, 29 Sep 2020 10:48:11 +0800, Zhen Lei wrote: > Convert the Synopsys DesignWare APB interrupt controller (dw_apb_ictl) > binding to DT schema format using json-schema. > > Signed-off-by: Zhen Lei <thunder.leizhen@xxxxxxxxxx> > --- > .../interrupt-controller/snps,dw-apb-ictl.txt | 43 -------------- > .../interrupt-controller/snps,dw-apb-ictl.yaml | 68 ++++++++++++++++++++++ > 2 files changed, 68 insertions(+), 43 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/snps,dw-apb-ictl.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/snps,dw-apb-ictl.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>