Skip to content

Commit d687d75

Browse files
montjoiegregkh
authored andcommitted
ARM: dts: rockchip: fix a typo on rk3288 crypto-controller
[ Upstream commit 3916c36 ] crypto-controller had a typo, fix it. In the same time, rename it to just crypto Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20220209120355.1985707-1-clabbe@baylibre.com Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 6f0a949 commit d687d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@
990990
status = "disabled";
991991
};
992992

993-
crypto: cypto-controller@ff8a0000 {
993+
crypto: crypto@ff8a0000 {
994994
compatible = "rockchip,rk3288-crypto";
995995
reg = <0x0 0xff8a0000 0x0 0x4000>;
996996
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)