On Thu, 30 Dec 2021 19:06:01 +0100, Sander Vanheule wrote: > Convert the gpio-restart binding from plain text format to a schema > binding, maintaining the original content and updating formatting where > required. > > Signed-off-by: Sander Vanheule <sander@xxxxxxxxxxxxx> > --- > .../bindings/power/reset/gpio-restart.txt | 54 ----------- > .../bindings/power/reset/gpio-restart.yaml | 92 +++++++++++++++++++ > 2 files changed, 92 insertions(+), 54 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/power/reset/gpio-restart.txt > create mode 100644 Documentation/devicetree/bindings/power/reset/gpio-restart.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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml: maintainers:0: 'TODO' is not a 'email' from schema $id: http://devicetree.org/meta-schemas/base.yaml# /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/power/reset/gpio-restart.yaml: ignoring, error in schema: maintainers: 0 Documentation/devicetree/bindings/power/reset/gpio-restart.example.dt.yaml:0:0: /example-0/gpio-restart: failed to match any schema with compatible: ['gpio-restart'] doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1574223 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.