diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2025-11-04 00:40:32 +0100 |
|---|---|---|
| committer | Heiko Stuebner <heiko@sntech.de> | 2025-11-06 00:03:17 +0100 |
| commit | ca38f0f65eefd79889b409c89c6932d7e2fe0993 (patch) | |
| tree | 92acd74ec532b84d82393aaa2b3d110195490208 | |
| parent | 2a42e3210d4331dddfb04b020050bd774cf99659 (diff) | |
dt-bindings: clock: rk3568: Drop CLK_NR_CLKS define
CLK_NR_CLKS has always only be used on the driver side to calculate array
sizes should never have been part of the clock-binding.
Let's drop it, since the kernel code no longer uses it either and nothing
else has ever used it.
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251103234032.413563-3-heiko@sntech.de
| -rw-r--r-- | include/dt-bindings/clock/rk3568-cru.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/rk3568-cru.h b/include/dt-bindings/clock/rk3568-cru.h index 18bb8d41d741..1e0aef8a645d 100644 --- a/include/dt-bindings/clock/rk3568-cru.h +++ b/include/dt-bindings/clock/rk3568-cru.h @@ -483,8 +483,6 @@ #define PCLK_CORE_PVTM 450 -#define CLK_NR_CLKS (PCLK_CORE_PVTM + 1) - /* scmi-clocks indices */ #define SCMI_CLK_CPU 0 |
