]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
authorJohan Jonker <jbx6244@gmail.com>
Thu, 27 Jun 2024 21:17:45 +0000 (23:17 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 4 Jul 2024 17:48:31 +0000 (19:48 +0200)
CLK_NR_CLKS should not be part of the binding.
Remove since the kernel code no longer uses it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/6f21c09b-e8d2-4749-aca6-572c79df775d@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
include/dt-bindings/clock/rk3188-cru-common.h

index afad90680fce47c8bc9f88a13375e9dbd0ceb407..01e14ab252a7db6074db45eb9c59302250386243 100644 (file)
 #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