From: Nicolas Ferre Date: Wed, 6 Sep 2023 13:58:38 +0000 (+0200) Subject: ARM: dts: at91/trivial: fix typo in crypto DT naming X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7e9358bba6bd12c345e38d06de7fdf4613ef091a;p=linux.git ARM: dts: at91/trivial: fix typo in crypto DT naming Fix typo in DT name for TDES node. Signed-off-by: Nicolas Ferre Reviewed-by: Tudor Ambarus Link: https://lore.kernel.org/r/20230906135838.59247-1-nicolas.ferre@microchip.com [claudiu.beznea: removed fixes tag as tdes node is not referenced anywhere by its node name] Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi index 50650e2f42672..58ceed997889b 100644 --- a/arch/arm/boot/dts/microchip/sama5d4.dtsi +++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi @@ -694,7 +694,7 @@ clock-names = "aes_clk"; }; - tdes: crpyto@fc04c000 { + tdes: crypto@fc04c000 { compatible = "atmel,at91sam9g46-tdes"; reg = <0xfc04c000 0x100>; interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;