Skip to content

Commit 4245bb9

Browse files
montjoiepull[bot]
authored andcommitted
arm64: dts: rockchip: use correct reset names for rk3399 crypto nodes
The reset names does not follow the binding, use the correct ones. Fixes: 8c701fa ("arm64: dts: rockchip: rk3399: add crypto node") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Link: https://lore.kernel.org/r/20221212124423.1239748-1-clabbe@baylibre.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent f921b86 commit 4245bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
clocks = <&cru HCLK_M_CRYPTO0>, <&cru HCLK_S_CRYPTO0>, <&cru SCLK_CRYPTO0>;
590590
clock-names = "hclk_master", "hclk_slave", "sclk";
591591
resets = <&cru SRST_CRYPTO0>, <&cru SRST_CRYPTO0_S>, <&cru SRST_CRYPTO0_M>;
592-
reset-names = "master", "lave", "crypto";
592+
reset-names = "master", "slave", "crypto-rst";
593593
};
594594

595595
crypto1: crypto@ff8b8000 {
@@ -599,7 +599,7 @@
599599
clocks = <&cru HCLK_M_CRYPTO1>, <&cru HCLK_S_CRYPTO1>, <&cru SCLK_CRYPTO1>;
600600
clock-names = "hclk_master", "hclk_slave", "sclk";
601601
resets = <&cru SRST_CRYPTO1>, <&cru SRST_CRYPTO1_S>, <&cru SRST_CRYPTO1_M>;
602-
reset-names = "master", "slave", "crypto";
602+
reset-names = "master", "slave", "crypto-rst";
603603
};
604604

605605
i2c1: i2c@ff110000 {

0 commit comments

Comments
 (0)