From: Alex Bee Date: Thu, 6 Jun 2024 14:33:59 +0000 (+0200) Subject: dt-bindings: clock: rk3128: Drop CLK_NR_CLKS X-Git-Tag: v6.11-rc1~109^2^3^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7f5e0636f1d450c5df00fea194a8efd39f87a1b;p=thirdparty%2Fkernel%2Flinux.git 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 Acked-by: Krzysztof Kozlowski Acked-by: Conor Dooley Link: https://lore.kernel.org/r/20240606143401.32454-4-knaerzche@gmail.com Signed-off-by: Heiko Stuebner --- diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h index 1be455ba4985c..2616a8791c148 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