Skip to content

Commit d68f50e

Browse files
mszyprowSylwester Nawrocki
authored andcommitted
dt-bindings: clock: samsung: add IDs for some core clocks
Add IDs for some core clocks referenced during the boot process. Signed-off-by: Marek Szyprowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sylwester Nawrocki <[email protected]>
1 parent fa55b7d commit d68f50e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

include/dt-bindings/clock/exynos4.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
#define CLK_ACLK400_MCUISP 395 /* Exynos4x12 only */
210210
#define CLK_MOUT_HDMI 396
211211
#define CLK_MOUT_MIXER 397
212+
#define CLK_MOUT_VPLLSRC 398
212213

213214
/* gate clocks - ppmu */
214215
#define CLK_PPMULEFT 400
@@ -236,9 +237,10 @@
236237
#define CLK_DIV_C2C 458 /* Exynos4x12 only */
237238
#define CLK_DIV_GDL 459
238239
#define CLK_DIV_GDR 460
240+
#define CLK_DIV_CORE2 461
239241

240242
/* must be greater than maximal clock id */
241-
#define CLK_NR_CLKS 461
243+
#define CLK_NR_CLKS 462
242244

243245
/* Exynos4x12 ISP clocks */
244246
#define CLK_ISP_FIMC_ISP 1

include/dt-bindings/clock/exynos5250.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#define CLK_FOUT_EPLL 7
2020
#define CLK_FOUT_VPLL 8
2121
#define CLK_ARM_CLK 9
22+
#define CLK_DIV_ARM2 10
2223

2324
/* gate for special clocks (sclk) */
2425
#define CLK_SCLK_CAM_BAYER 128
@@ -174,8 +175,9 @@
174175
#define CLK_MOUT_ACLK300_DISP1_SUB 1027
175176
#define CLK_MOUT_APLL 1028
176177
#define CLK_MOUT_MPLL 1029
178+
#define CLK_MOUT_VPLLSRC 1030
177179

178180
/* must be greater than maximal clock id */
179-
#define CLK_NR_CLKS 1030
181+
#define CLK_NR_CLKS 1031
180182

181183
#endif /* _DT_BINDINGS_CLOCK_EXYNOS_5250_H */

0 commit comments

Comments
 (0)