Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: tmpv770x: Remove definition of number of clocks

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>

authored by

Yuji Ishikawa and committed by
Stephen Boyd
d10f26a7 67e41dbc

-4
-3
include/dt-bindings/clock/toshiba,tmpv770x.h
··· 11 11 #define TMPV770X_PLL_PIDDRCPLL 4 12 12 #define TMPV770X_PLL_PIVOIFPLL 5 13 13 #define TMPV770X_PLL_PIIMGERPLL 6 14 - #define TMPV770X_NR_PLL 7 15 14 16 15 /* Clocks */ 17 16 #define TMPV770X_CLK_PIPLL1_DIV1 0 ··· 140 141 #define TMPV770X_CLK_PIREFCLK 124 141 142 #define TMPV770X_CLK_SBUS 125 142 143 #define TMPV770X_CLK_BUSLCK 126 143 - #define TMPV770X_NR_CLK 127 144 144 145 145 /* Reset */ 146 146 #define TMPV770X_RESET_PIETHER_2P5M 0 ··· 174 176 #define TMPV770X_RESET_PIPCMIF 29 175 177 #define TMPV770X_RESET_PICKMON 30 176 178 #define TMPV770X_RESET_SBUSCLK 31 177 - #define TMPV770X_NR_RESET 32 178 179 179 180 #endif /*_DT_BINDINGS_CLOCK_TOSHIBA_TMPV770X_H_ */
-1
include/dt-bindings/reset/toshiba,tmpv770x.h
··· 36 36 #define TMPV770X_RESET_PIPCMIF 29 37 37 #define TMPV770X_RESET_PICKMON 30 38 38 #define TMPV770X_RESET_SBUSCLK 31 39 - #define TMPV770X_NR_RESET 32 40 39 41 40 #endif /*_DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ */