File tree Expand file tree Collapse file tree 2 files changed +38
-1
lines changed
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ properties:
37
37
- samsung,exynos850-cmu-cmgp
38
38
- samsung,exynos850-cmu-core
39
39
- samsung,exynos850-cmu-dpu
40
+ - samsung,exynos850-cmu-g3d
40
41
- samsung,exynos850-cmu-hsi
41
42
- samsung,exynos850-cmu-is
42
43
- samsung,exynos850-cmu-mfcmscl
@@ -169,6 +170,24 @@ allOf:
169
170
- const : oscclk
170
171
- const : dout_dpu
171
172
173
+ - if :
174
+ properties :
175
+ compatible :
176
+ contains :
177
+ const : samsung,exynos850-cmu-g3d
178
+
179
+ then :
180
+ properties :
181
+ clocks :
182
+ items :
183
+ - description : External reference clock (26 MHz)
184
+ - description : G3D clock (from CMU_TOP)
185
+
186
+ clock-names :
187
+ items :
188
+ - const : oscclk
189
+ - const : dout_g3d_switch
190
+
172
191
- if :
173
192
properties :
174
193
compatible :
Original file line number Diff line number Diff line change 85
85
#define CLK_DOUT_MFCMSCL_M2M 73
86
86
#define CLK_DOUT_MFCMSCL_MCSC 74
87
87
#define CLK_DOUT_MFCMSCL_JPEG 75
88
- #define TOP_NR_CLK 76
88
+ #define CLK_MOUT_G3D_SWITCH 76
89
+ #define CLK_GOUT_G3D_SWITCH 77
90
+ #define CLK_DOUT_G3D_SWITCH 78
91
+ #define TOP_NR_CLK 79
89
92
90
93
/* CMU_APM */
91
94
#define CLK_RCO_I3C_PMIC 1
195
198
#define CLK_GOUT_SYSREG_CMGP_PCLK 15
196
199
#define CMGP_NR_CLK 16
197
200
201
+ /* CMU_G3D */
202
+ #define CLK_FOUT_G3D_PLL 1
203
+ #define CLK_MOUT_G3D_PLL 2
204
+ #define CLK_MOUT_G3D_SWITCH_USER 3
205
+ #define CLK_MOUT_G3D_BUSD 4
206
+ #define CLK_DOUT_G3D_BUSP 5
207
+ #define CLK_GOUT_G3D_CMU_G3D_PCLK 6
208
+ #define CLK_GOUT_G3D_GPU_CLK 7
209
+ #define CLK_GOUT_G3D_TZPC_PCLK 8
210
+ #define CLK_GOUT_G3D_GRAY2BIN_CLK 9
211
+ #define CLK_GOUT_G3D_BUSD_CLK 10
212
+ #define CLK_GOUT_G3D_BUSP_CLK 11
213
+ #define CLK_GOUT_G3D_SYSREG_PCLK 12
214
+ #define G3D_NR_CLK 13
215
+
198
216
/* CMU_HSI */
199
217
#define CLK_MOUT_HSI_BUS_USER 1
200
218
#define CLK_MOUT_HSI_MMC_CARD_USER 2
You can’t perform that action at this time.
0 commit comments