On Wed, 16 Jun 2021 12:36:44 +0200, Jens Wiklander wrote: > Converts the optee binding to use DT schema format. > > Signed-off-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx> > --- > .../bindings/arm/firmware/linaro,optee-tz.txt | 31 ------------ > .../arm/firmware/linaro,optee-tz.yaml | 49 +++++++++++++++++++ > 2 files changed, 49 insertions(+), 31 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.txt > create mode 100644 Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.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: ./Documentation/devicetree/bindings/arm/firmware/linaro,optee-tz.yaml:21:7: [warning] wrong indentation: expected 4 but found 6 (indentation) dtschema/dtc warnings/errors: \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1492865 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.