Skip to content

Commit ca38f0f

Browse files
committed
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
1 parent 2a42e32 commit ca38f0f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

include/dt-bindings/clock/rk3568-cru.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,6 @@
483483

484484
#define PCLK_CORE_PVTM 450
485485

486-
#define CLK_NR_CLKS (PCLK_CORE_PVTM + 1)
487-
488486
/* scmi-clocks indices */
489487

490488
#define SCMI_CLK_CPU 0

0 commit comments

Comments
 (0)