[PATCH v2] ARM: dts: rk3288: fix a typo on crypto-controller

Corentin Labbe clabbe at baylibre.com
Wed Feb 9 04:03:55 PST 2022


crypto-controller had a typo, fix it.
In the same time, rename it to just crypto

Signed-off-by: Corentin Labbe <clabbe at baylibre.com>
---
Change since v1:
- rename crypto-controller to crypto

 arch/arm/boot/dts/rk3288.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index aaaa61875701..45a9d9b908d2 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -971,7 +971,7 @@ i2s: i2s at ff890000 {
 		status = "disabled";
 	};
 
-	crypto: cypto-controller at ff8a0000 {
+	crypto: crypto at ff8a0000 {
 		compatible = "rockchip,rk3288-crypto";
 		reg = <0x0 0xff8a0000 0x0 0x4000>;
 		interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.34.1




More information about the Linux-rockchip mailing list