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

nicolas.ferre at microchip.com nicolas.ferre at microchip.com
Wed Sep 6 06:58:38 PDT 2023


From: Nicolas Ferre <nicolas.ferre at microchip.com>

Fix typo in DT name for TDES node.

Fixes: 4b6140b96dfe ("ARM: dts: at91: Use the generic "crypto" node name for the crypto IPs")
Signed-off-by: Nicolas Ferre <nicolas.ferre at microchip.com>
---
 arch/arm/boot/dts/microchip/sama5d4.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/sama5d4.dtsi b/arch/arm/boot/dts/microchip/sama5d4.dtsi
index 41284e013f53..cbfc60fed37c 100644
--- a/arch/arm/boot/dts/microchip/sama5d4.dtsi
+++ b/arch/arm/boot/dts/microchip/sama5d4.dtsi
@@ -694,7 +694,7 @@ aes: crypto at fc044000 {
 				clock-names = "aes_clk";
 			};
 
-			tdes: crpyto at fc04c000 {
+			tdes: crypto at fc04c000 {
 				compatible = "atmel,at91sam9g46-tdes";
 				reg = <0xfc04c000 0x100>;
 				interrupts = <14 IRQ_TYPE_LEVEL_HIGH 0>;
-- 
2.39.2




More information about the linux-arm-kernel mailing list