diff options
author | Johan Jonker <[email protected]> | 2024-06-27 23:17:45 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-07-04 19:48:31 +0200 |
commit | d89e8096957e35742c9922d3f6628f24de0d6163 (patch) | |
tree | f21dae3ea2f719443dbdfdac9adfec85b2cb37cb | |
parent | ec2265dc91307622e43a7d602c3ea425da6f5de1 (diff) |
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 <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | include/dt-bindings/clock/rk3188-cru-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/rk3188-cru-common.h b/include/dt-bindings/clock/rk3188-cru-common.h index afad90680fce..01e14ab252a7 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 |