[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+Eumj7sWb9JCi4MzRj0bkBBD9LjsVBuZwimen11uLNapK73CA@mail.gmail.com>
Date: Wed, 9 Feb 2022 11:25:41 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Corentin Labbe <clabbe@...libre.com>
Cc: heiko@...ech.de, robh+dt@...nel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org
Subject: Re: [PATCH] ARM: dts: rk3288: fix a typo on crypto-controller
On Wed, 9 Feb 2022 at 11:14, Corentin Labbe <clabbe@...libre.com> wrote:
>
> crypto-controller had a typo, fix it.
>
> Signed-off-by: Corentin Labbe <clabbe@...libre.com>
> ---
> arch/arm/boot/dts/rk3288.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index aaaa61875701..a0d29de3acf7 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -971,7 +971,7 @@ i2s: i2s@...90000 {
> status = "disabled";
> };
>
> - crypto: cypto-controller@...a0000 {
> + crypto: crypto-controller@...a0000 {
This should be rather "crypto" as a generic name (see list of examples
for generic naming in DT spec).
Best regards,
Krzysztof
Powered by blists - more mailing lists