Commit 7e9358bb authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Claudiu Beznea
Browse files

ARM: dts: at91/trivial: fix typo in crypto DT naming



Fix typo in DT name for TDES node.

Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Reviewed-by: default avatarTudor 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: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent 0bb80ecc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ aes: crypto@fc044000 {
				clock-names = "aes_clk";
			};

			tdes: crpyto@fc04c000 {
			tdes: crypto@fc04c000 {
				compatible = "atmel,at91sam9g46-tdes";
				reg = <0xfc04c000 0x100>;
				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;