]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: clock: tmpv770x: Remove definition of number of clocks
authorYuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
Fri, 14 Nov 2025 06:53:58 +0000 (15:53 +0900)
committerStephen Boyd <sboyd@kernel.org>
Fri, 21 Nov 2025 02:53:07 +0000 (18:53 -0800)
Remove the definitions of number of clocks from bindings because they
prevent adding new clocks. Since the previous patch removed all refereces
within the driver, they can now be deleted.

The same for resets and plls.

Signed-off-by: Yuji Ishikawa <yuji2.ishikawa@toshiba.co.jp>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/dt-bindings/clock/toshiba,tmpv770x.h
include/dt-bindings/reset/toshiba,tmpv770x.h

index 5fce713001fdd2a1a3d18dd152bb36cdf027ded1..89189c4f6a52df958c8fac59c281393375890e2f 100644 (file)
@@ -11,7 +11,6 @@
 #define TMPV770X_PLL_PIDDRCPLL         4
 #define TMPV770X_PLL_PIVOIFPLL         5
 #define TMPV770X_PLL_PIIMGERPLL                6
-#define TMPV770X_NR_PLL                7
 
 /* Clocks */
 #define TMPV770X_CLK_PIPLL1_DIV1       0
 #define TMPV770X_CLK_PIREFCLK          124
 #define TMPV770X_CLK_SBUS              125
 #define TMPV770X_CLK_BUSLCK            126
-#define TMPV770X_NR_CLK                        127
 
 /* Reset */
 #define TMPV770X_RESET_PIETHER_2P5M    0
 #define TMPV770X_RESET_PIPCMIF         29
 #define TMPV770X_RESET_PICKMON         30
 #define TMPV770X_RESET_SBUSCLK         31
-#define TMPV770X_NR_RESET              32
 
 #endif /*_DT_BINDINGS_CLOCK_TOSHIBA_TMPV770X_H_ */
index c1007acb19418cca881c34f5060e87e8a81d6854..bedfe253fa363726aeed03e3bfb5ef370791168c 100644 (file)
@@ -36,6 +36,5 @@
 #define TMPV770X_RESET_PIPCMIF         29
 #define TMPV770X_RESET_PICKMON         30
 #define TMPV770X_RESET_SBUSCLK         31
-#define TMPV770X_NR_RESET              32
 
 #endif /*_DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ */