[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <174716751717.3427555.12286267219054671052.robh@kernel.org>
Date: Tue, 13 May 2025 15:18:37 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: "Rob Herring (Arm)" <robh@...nel.org>
Cc: Kevin Hilman <khilman@...libre.com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Tony Lindgren <tony@...mide.com>,
Aaro Koskinen <aaro.koskinen@....fi>, Conor Dooley <conor+dt@...nel.org>,
linux-crypto@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>,
Roger Quadros <rogerq@...nel.org>, Andreas Kemnade <andreas@...nade.info>,
"David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] dt-bindings: crypto: Convert ti,omap2-aes to DT schema
On Tue, 13 May 2025 13:41:41 -0500, Rob Herring (Arm) wrote:
> Convert the TI OMAP AES binding to DT schema format. It's a straight
> forward conversion.
>
> Signed-off-by: Rob Herring (Arm) <robh@...nel.org>
> ---
> .../devicetree/bindings/crypto/omap-aes.txt | 31 ----------
> .../bindings/crypto/ti,omap4-aes.yaml | 59 +++++++++++++++++++
> 2 files changed, 59 insertions(+), 31 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/crypto/omap-aes.txt
> create mode 100644 Documentation/devicetree/bindings/crypto/ti,omap4-aes.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/crypto/ti,omap4-aes.example.dtb: aes@...00000 (ti,omap4-aes): 'ti,hwmods' is a required property
from schema $id: http://devicetree.org/schemas/ti,omap4-aes.yaml#
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250513184142.3053112-1-robh@kernel.org
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
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 after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists