ARM: dts: at91/trivial: fix typo in crypto DT naming
authorNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 6 Sep 2023 13:58:38 +0000 (15:58 +0200)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 18 Sep 2023 04:05:16 +0000 (07:05 +0300)
Fix typo in DT name for TDES node.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
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 <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/sama5d4.dtsi

index 50650e2f426728708cccf090c7bceb32ec18b70e..58ceed997889bfa4e73e365e6d2bcb35e2e2f4fe 100644 (file)
                                clock-names = "aes_clk";
                        };
 
-                       tdes: crpyto@fc04c000 {
+                       tdes: crypto@fc04c000 {
                                compatible = "atmel,at91sam9g46-tdes";
                                reg = <0xfc04c000 0x100>;
                                interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;