[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1623859385.179062.3471586.nullmailer@robh.at.kernel.org>
Date: Wed, 16 Jun 2021 10:03:05 -0600
From: Rob Herring <robh@...nel.org>
To: Jens Wiklander <jens.wiklander@...aro.org>
Cc: op-tee@...ts.trustedfirmware.org,
Sumit Garg <sumit.garg@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
Rob Herring <robh+dt@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-kernel@...r.kernel.org,
Jerome Forissier <jerome@...issier.org>,
linux-doc@...r.kernel.org, Ard Biesheuvel <ardb@...nel.org>,
Marc Zyngier <maz@...nel.org>, devicetree@...r.kernel.org,
Vincent Guittot <vincent.guittot@...aro.org>,
Etienne Carriere <etienne.carriere@...aro.org>
Subject: Re: [PATCH v2 2/7] dt-bindings: arm: Convert optee binding to json-schema
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@...aro.org>
> ---
> .../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.
Powered by blists - more mailing lists