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

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>
This commit is contained in:
Nicolas Ferre 2023-09-06 15:58:38 +02:00 committed by Claudiu Beznea
parent 0bb80ecc33
commit 7e9358bba6

View File

@ -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>;