From: Johan Jonker Date: Thu, 27 Jun 2024 21:17:45 +0000 (+0200) Subject: dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS X-Git-Tag: v6.11-rc1~109^2^3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d89e8096957e35742c9922d3f6628f24de0d6163;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS CLK_NR_CLKS should not be part of the binding. Remove since the kernel code no longer uses it. Signed-off-by: Johan Jonker Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/6f21c09b-e8d2-4749-aca6-572c79df775d@gmail.com Signed-off-by: Heiko Stuebner --- diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index afad90680fce4..01e14ab252a7d 100644 --- a/include/dt-bindings/clock/rk3188-cru-common.h +++ b/include/dt-bindings/clock/rk3188-cru-common.h @@ -132,8 +132,6 @@ #define HCLK_VDPU 472 #define HCLK_HDMI 473 -#define CLK_NR_CLKS (HCLK_HDMI + 1) - /* soft-reset indices */ #define SRST_MCORE 2 #define SRST_CORE0 3