[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220209120355.1985707-1-clabbe@baylibre.com>
Date: Wed, 9 Feb 2022 12:03:55 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: heiko@...ech.de, krzysztof.kozlowski@...onical.com,
robh+dt@...nel.org
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-rockchip@...ts.infradead.org,
Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH v2] ARM: dts: rk3288: fix a typo on crypto-controller
crypto-controller had a typo, fix it.
In the same time, rename it to just crypto
Signed-off-by: Corentin Labbe <clabbe@...libre.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@...90000 {
status = "disabled";
};
- crypto: cypto-controller@...a0000 {
+ crypto: crypto@...a0000 {
compatible = "rockchip,rk3288-crypto";
reg = <0x0 0xff8a0000 0x0 0x4000>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
--
2.34.1
Powered by blists - more mailing lists