Hi Rob, On Tue, Jun 28, 2022 at 07:15:23AM -0600, Rob Herring wrote: > On Tue, 28 Jun 2022 01:17:08 -0700, Colin Foster wrote: > > Add devicetree bindings for SPI-controlled Ocelot chips, specifically the > > VSC7512. > > > > Signed-off-by: Colin Foster <colin.foster@xxxxxxxxxxxxxxxx> > > --- > > .../devicetree/bindings/mfd/mscc,ocelot.yaml | 160 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 161 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/mfd/mscc,ocelot.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/mfd/mscc,ocelot.example.dtb:0:0: /example-0/spi/switch@0: failed to match any schema with compatible: ['mscc,vsc7512'] > Thanks for this info. I'll run this on my end before the next go round. > doc reference errors (make refcheckdocs): > > See https://patchwork.ozlabs.org/patch/ > > 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. >