Skip to content

Commit b136468

Browse files
montjoiemmind
authored andcommitted
clk: rockchip: use proper crypto0 name on rk3399
RK3399 has 2 crypto instance, named crypto0 and crypto1 in the TRM. Only reset for crypto1 is correctly named, but crypto0 is not. Since nobody use them, add a 0 to be consistent with the TRM and crypto1 entries. Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Acked-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20220927075511.3147847-27-clabbe@baylibre.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 9abf231 commit b136468

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/dt-bindings/clock/rk3399-cru.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,16 +547,16 @@
547547
#define SRST_H_PERILP0 171
548548
#define SRST_H_PERILP0_NOC 172
549549
#define SRST_ROM 173
550-
#define SRST_CRYPTO_S 174
551-
#define SRST_CRYPTO_M 175
550+
#define SRST_CRYPTO0_S 174
551+
#define SRST_CRYPTO0_M 175
552552

553553
/* cru_softrst_con11 */
554554
#define SRST_P_DCF 176
555555
#define SRST_CM0S_NOC 177
556556
#define SRST_CM0S 178
557557
#define SRST_CM0S_DBG 179
558558
#define SRST_CM0S_PO 180
559-
#define SRST_CRYPTO 181
559+
#define SRST_CRYPTO0 181
560560
#define SRST_P_PERILP1_SGRF 182
561561
#define SRST_P_PERILP1_GRF 183
562562
#define SRST_CRYPTO1_S 184

0 commit comments

Comments
 (0)