]> Git Repo - J-linux.git/commitdiff
dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
authorJohan Jonker <[email protected]>
Thu, 27 Jun 2024 21:17:45 +0000 (23:17 +0200)
committerHeiko Stuebner <[email protected]>
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
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
This page took 0.050191 seconds and 4 git commands to generate.