[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <174708329386.4035852.2868529061240392113.robh@kernel.org>
Date: Mon, 12 May 2025 15:54:57 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ryan.Wanner@...rochip.com
Cc: herbert@...dor.apana.org.au, alexandre.belloni@...tlin.com,
linux-crypto@...r.kernel.org, claudiu.beznea@...on.dev,
linux-kernel@...r.kernel.org, conor+dt@...nel.org,
linux-arm-kernel@...ts.infradead.org, krzk+dt@...nel.org,
davem@...emloft.net, nicolas.ferre@...rochip.com,
devicetree@...r.kernel.org, olivia@...enic.com
Subject: Re: [PATCH 2/9] dt-bindings: crypto: add sama7d65 in Atmel SHA
On Mon, 12 May 2025 12:27:28 -0700, Ryan.Wanner@...rochip.com wrote:
> From: Ryan Wanner <Ryan.Wanner@...rochip.com>
>
> Add DT bindings for SAMA7D65 SoC Atmel SHA.
>
> Signed-off-by: Ryan Wanner <Ryan.Wanner@...rochip.com>
> ---
> .../devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/crypto/atmel,at91sam9g46-sha.yaml:19:13: [warning] wrong indentation: expected 14 but found 12 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/5c87dd0c60e3ab295bf084cabb59199d5cb4d93b.1747077616.git.Ryan.Wanner@microchip.com
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