File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 209
209
#define CLK_ACLK400_MCUISP 395 /* Exynos4x12 only */
210
210
#define CLK_MOUT_HDMI 396
211
211
#define CLK_MOUT_MIXER 397
212
+ #define CLK_MOUT_VPLLSRC 398
212
213
213
214
/* gate clocks - ppmu */
214
215
#define CLK_PPMULEFT 400
236
237
#define CLK_DIV_C2C 458 /* Exynos4x12 only */
237
238
#define CLK_DIV_GDL 459
238
239
#define CLK_DIV_GDR 460
240
+ #define CLK_DIV_CORE2 461
239
241
240
242
/* must be greater than maximal clock id */
241
- #define CLK_NR_CLKS 461
243
+ #define CLK_NR_CLKS 462
242
244
243
245
/* Exynos4x12 ISP clocks */
244
246
#define CLK_ISP_FIMC_ISP 1
Original file line number Diff line number Diff line change 19
19
#define CLK_FOUT_EPLL 7
20
20
#define CLK_FOUT_VPLL 8
21
21
#define CLK_ARM_CLK 9
22
+ #define CLK_DIV_ARM2 10
22
23
23
24
/* gate for special clocks (sclk) */
24
25
#define CLK_SCLK_CAM_BAYER 128
174
175
#define CLK_MOUT_ACLK300_DISP1_SUB 1027
175
176
#define CLK_MOUT_APLL 1028
176
177
#define CLK_MOUT_MPLL 1029
178
+ #define CLK_MOUT_VPLLSRC 1030
177
179
178
180
/* must be greater than maximal clock id */
179
- #define CLK_NR_CLKS 1030
181
+ #define CLK_NR_CLKS 1031
180
182
181
183
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */
You can’t perform that action at this time.
0 commit comments