Skip to content

Commit 6d4b077

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 5523fef commit 6d4b077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/rk3288.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
status = "disabled";
972972
};
973973

974-
crypto: cypto-controller@ff8a0000 {
974+
crypto: crypto@ff8a0000 {
975975
compatible = "rockchip,rk3288-crypto";
976976
reg = <0x0 0xff8a0000 0x0 0x4000>;
977977
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)