On Mon, 05 Oct 2020 09:14:00 +0200, Ricardo Cañuelo wrote: > Convert the google,cros-ec-i2c-tunnel binding to YAML. > > Signed-off-by: Ricardo Cañuelo <ricardo.canuelo@xxxxxxxxxxxxx> > --- > .../i2c/google,cros-ec-i2c-tunnel.yaml | 56 +++++++++++++++++++ > .../bindings/i2c/i2c-cros-ec-tunnel.txt | 39 ------------- > 2 files changed, 56 insertions(+), 39 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-cros-ec-tunnel.txt > My bot found errors running 'make dt_binding_check' on your patch: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.example.dt.yaml: cros-ec: 'i2c-tunnel' does not match any of the regexes: 'pinctrl-[0-9]+' From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml See https://patchwork.ozlabs.org/patch/1376623 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.