On Tue, 21 Jul 2020 11:40:06 +0530, Lokesh Vutla wrote: > In order to automate the verification of DT nodes convert > ti,sci-inta.txt ti,sci-inta.yaml. > > Signed-off-by: Lokesh Vutla <lokeshvutla@xxxxxx> > --- > .../interrupt-controller/ti,sci-inta.txt | 66 ----------- > .../interrupt-controller/ti,sci-inta.yaml | 104 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 105 insertions(+), 67 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.txt > create mode 100644 Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.example.dt.yaml: example-0: interrupt-controller@33d00000:reg:0: [0, 869269504, 0, 1048576] is too long /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.example.dt.yaml: interrupt-controller@33d00000: '#interrupt-cells' is a dependency of 'interrupt-controller' /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.example.dt.yaml: interrupt-controller@33d00000: '#interrupt-cells' is a dependency of 'interrupt-controller' See https://patchwork.ozlabs.org/patch/1332811 If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure dt-schema is up to date: pip3 install git+https://github.com/devicetree-org/dt-schema.git@master --upgrade Please check and re-submit.