On Wed, 12 May 2021 18:07:50 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > This helps validating DTS files. > > Introduced changes: > 1. Added arm-gic.h include > > Signed-off-by: Rafał Miłecki > --- > .../bindings/i2c/brcm,iproc-i2c.txt | 46 ------------ > .../bindings/i2c/brcm,iproc-i2c.yaml | 71 +++++++++++++++++++ > 2 files changed, 71 insertions(+), 46 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.txt > create mode 100644 Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.yaml > My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check' on your patch (DT_CHECKER_FLAGS is new in v5.13): yamllint warnings/errors: dtschema/dtc warnings/errors: Documentation/devicetree/bindings/i2c/brcm,iproc-i2c.example.dt.yaml:0:0: /example-0/i2c@18008000/wm8750@1a: failed to match any schema with compatible: ['wlf,wm8750'] See https://patchwork.ozlabs.org/patch/1477696 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.