Message ID | 20240605205209.232005-2-knaerzche@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] clk: rockchip: rk3128: Drop CLK_NR_CLKS usage | expand |
On 05/06/2024 22:52, Alex Bee wrote: > 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 <knaerzche@gmail.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/include/dt-bindings/clock/rk3128-cru.h b/include/dt-bindings/clock/rk3128-cru.h index 1be455ba4985..420984fc2285 100644 --- a/include/dt-bindings/clock/rk3128-cru.h +++ b/include/dt-bindings/clock/rk3128-cru.h @@ -145,7 +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
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 <knaerzche@gmail.com> --- include/dt-bindings/clock/rk3128-cru.h | 1 - 1 file changed, 1 deletion(-)