On Tue, 04 Aug 2020 23:01:48 +0800, Anson Huang wrote: > Convert the vf610 gpio binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > .../devicetree/bindings/gpio/gpio-vf610.txt | 63 ----------------- > .../devicetree/bindings/gpio/gpio-vf610.yaml | 79 ++++++++++++++++++++++ > 2 files changed, 79 insertions(+), 63 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-vf610.txt > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-vf610.yaml > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/gpio/gpio-vf610.example.dt.yaml: example-0: gpio@40049000:reg:0: [1074040832, 4096, 1074786304, 64] is too long See https://patchwork.ozlabs.org/patch/1340897 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.