On Thu, 07 Apr 2022 17:43:31 +0200, Philipp Zabel wrote: > Convert the device tree bindings for the Oxford Semiconductor OXNAS > reset controllers to YAML schema to allow participating in DT > validation. > > Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > Cc: Neil Armstrong <narmstrong@xxxxxxxxxxxx> > --- > .../devicetree/bindings/reset/oxnas,reset.txt | 32 ------------- > .../bindings/reset/oxsemi,oxnas-reset.yaml | 48 +++++++++++++++++++ > 2 files changed, 48 insertions(+), 32 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/reset/oxnas,reset.txt > create mode 100644 Documentation/devicetree/bindings/reset/oxsemi,oxnas-reset.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/reset/oxsemi,oxnas-reset.example.dts:23.30-31.11: Warning (unit_address_format): /example-0/sys-ctrl@000000: unit name should not have leading 0s Documentation/devicetree/bindings/reset/oxsemi,oxnas-reset.example.dtb:0:0: /example-0/sys-ctrl@000000: failed to match any schema with compatible: ['oxsemi,ox810se-sys-ctrl', 'syscon', 'simple-mfd'] 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.