mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
0bb80ecc33
commit
7e9358bba6
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user