mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: dts: rockchip: use correct reset names for rk3399 crypto nodes
The reset names does not follow the binding, use the correct ones.
Fixes: 8c701fa6e3 ("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>
This commit is contained in:
parent
1b929c02af
commit
8c3313e855
|
|
@ -589,7 +589,7 @@ crypto0: crypto@ff8b0000 {
|
|||
clocks = <&cru HCLK_M_CRYPTO0>, <&cru HCLK_S_CRYPTO0>, <&cru SCLK_CRYPTO0>;
|
||||
clock-names = "hclk_master", "hclk_slave", "sclk";
|
||||
resets = <&cru SRST_CRYPTO0>, <&cru SRST_CRYPTO0_S>, <&cru SRST_CRYPTO0_M>;
|
||||
reset-names = "master", "lave", "crypto";
|
||||
reset-names = "master", "slave", "crypto-rst";
|
||||
};
|
||||
|
||||
crypto1: crypto@ff8b8000 {
|
||||
|
|
@ -599,7 +599,7 @@ crypto1: crypto@ff8b8000 {
|
|||
clocks = <&cru HCLK_M_CRYPTO1>, <&cru HCLK_S_CRYPTO1>, <&cru SCLK_CRYPTO1>;
|
||||
clock-names = "hclk_master", "hclk_slave", "sclk";
|
||||
resets = <&cru SRST_CRYPTO1>, <&cru SRST_CRYPTO1_S>, <&cru SRST_CRYPTO1_M>;
|
||||
reset-names = "master", "slave", "crypto";
|
||||
reset-names = "master", "slave", "crypto-rst";
|
||||
};
|
||||
|
||||
i2c1: i2c@ff110000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user