diff options
author | Alex Bee <[email protected]> | 2024-06-06 16:33:59 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-06-23 22:09:04 +0200 |
commit | b7f5e0636f1d450c5df00fea194a8efd39f87a1b (patch) | |
tree | 20cd4f205b1a029794f0c7a27d35ade3168aba44 | |
parent | 3d0316c949e26392a5098e23c139c932991e50ce (diff) |
dt-bindings: clock: rk3128: Drop CLK_NR_CLKS
CLK_NR_CLKS should not be part of the binding. Let's drop it, since
the kernel code no longer uses it either.
Signed-off-by: Alex Bee <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/rk3128-cru.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h index 1be455ba4985..2616a8791c14 100644 --- a/include/dt-bindings/clock/rk3128-cru.h +++ b/include/dt-bindings/clock/rk3128-cru.h @@ -145,8 +145,6 @@ #define HCLK_CRYPTO 476 #define HCLK_PERI 478 -#define CLK_NR_CLKS (HCLK_PERI + 1) - /* soft-reset indices */ #define SRST_CORE0_PO 0 #define SRST_CORE1_PO 1 |