clk: rockchip: use proper crypto0 name on rk3399
authorCorentin Labbe <clabbe@baylibre.com>
Tue, 27 Sep 2022 07:55:04 +0000 (07:55 +0000)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 17 Oct 2022 20:45:55 +0000 (22:45 +0200)
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>
include/dt-bindings/clock/rk3399-cru.h

index 44e0a31..39169d9 100644 (file)
 #define SRST_H_PERILP0                 171
 #define SRST_H_PERILP0_NOC             172
 #define SRST_ROM                       173
-#define SRST_CRYPTO_S                  174
-#define SRST_CRYPTO_M                  175
+#define SRST_CRYPTO0_S                 174
+#define SRST_CRYPTO0_M                 175
 
 /* cru_softrst_con11 */
 #define SRST_P_DCF                     176
 #define SRST_CM0S                      178
 #define SRST_CM0S_DBG                  179
 #define SRST_CM0S_PO                   180
-#define SRST_CRYPTO                    181
+#define SRST_CRYPTO0                   181
 #define SRST_P_PERILP1_SGRF            182
 #define SRST_P_PERILP1_GRF             183
 #define SRST_CRYPTO1_S                 184