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

dt-bindings: clock: tmpv770x: Add VIIF clocks

Add clock and reset identifiers for the Video Input Interface.
These identifiers support two instances: VIIF0 and VIIF1.

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
beeff790 d10f26a7

+19
+11
include/dt-bindings/clock/toshiba,tmpv770x.h
··· 140 140 #define TMPV770X_CLK_PIREFCLK 124 141 141 #define TMPV770X_CLK_SBUS 125 142 142 #define TMPV770X_CLK_BUSLCK 126 143 + #define TMPV770X_CLK_VIIFBS1_L2ISP 127 144 + #define TMPV770X_CLK_VIIFBS1_L1ISP 128 145 + #define TMPV770X_CLK_VIIFBS1_PROC 129 143 146 144 147 /* Reset */ 145 148 #define TMPV770X_RESET_PIETHER_2P5M 0 ··· 177 174 #define TMPV770X_RESET_PIPCMIF 29 178 175 #define TMPV770X_RESET_PICKMON 30 179 176 #define TMPV770X_RESET_SBUSCLK 31 177 + #define TMPV770X_RESET_VIIFBS0 32 178 + #define TMPV770X_RESET_VIIFBS0_APB 33 179 + #define TMPV770X_RESET_VIIFBS0_L2ISP 34 180 + #define TMPV770X_RESET_VIIFBS0_L1ISP 35 181 + #define TMPV770X_RESET_VIIFBS1 36 182 + #define TMPV770X_RESET_VIIFBS1_APB 37 183 + #define TMPV770X_RESET_VIIFBS1_L2ISP 38 184 + #define TMPV770X_RESET_VIIFBS1_L1ISP 39 180 185 181 186 #endif /*_DT_BINDINGS_CLOCK_TOSHIBA_TMPV770X_H_ */
+8
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_RESET_VIIFBS0 32 40 + #define TMPV770X_RESET_VIIFBS0_APB 33 41 + #define TMPV770X_RESET_VIIFBS0_L2ISP 34 42 + #define TMPV770X_RESET_VIIFBS0_L1ISP 35 43 + #define TMPV770X_RESET_VIIFBS1 36 44 + #define TMPV770X_RESET_VIIFBS1_APB 37 45 + #define TMPV770X_RESET_VIIFBS1_L2ISP 38 46 + #define TMPV770X_RESET_VIIFBS1_L1ISP 39 39 47 40 48 #endif /*_DT_BINDINGS_RESET_TOSHIBA_TMPV770X_H_ */