On Mon, 12 Sep 2022 18:37:02 +0300, Vladimir Oltean wrote: > Replace the free-form description of device tree bindings for VSC9959 > and VSC9953 with a YAML formatted dt-schema description. This contains > more or less the same information, but reworded to be a bit more > succint. > > Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx> > --- > .../bindings/net/dsa/mscc,ocelot.yaml | 239 ++++++++++++++++++ > .../devicetree/bindings/net/dsa/ocelot.txt | 213 ---------------- > 2 files changed, 239 insertions(+), 213 deletions(-) > create mode 100644 Documentation/devicetree/bindings/net/dsa/mscc,ocelot.yaml > delete mode 100644 Documentation/devicetree/bindings/net/dsa/ocelot.txt > 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: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/dsa/mscc,ocelot.example.dtb: ethernet-switch@0,5: Unevaluated properties are not allowed ('interrupts' was unexpected) From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/dsa/mscc,ocelot.yaml /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/dsa/mscc,ocelot.example.dtb: ethernet-switch@800000: Unevaluated properties are not allowed ('little-endian' was unexpected) From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/dsa/mscc,ocelot.yaml 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.