File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed
Documentation/devicetree/bindings/clock
include/dt-bindings/clock Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -37,18 +37,19 @@ properties:
37
37
- samsung,exynosautov920-cmu-cpucl2
38
38
- samsung,exynosautov920-cmu-hsi0
39
39
- samsung,exynosautov920-cmu-hsi1
40
+ - samsung,exynosautov920-cmu-hsi2
40
41
- samsung,exynosautov920-cmu-misc
41
42
- samsung,exynosautov920-cmu-peric0
42
43
- samsung,exynosautov920-cmu-peric1
43
44
- samsung,exynosautov920-cmu-top
44
45
45
46
clocks :
46
47
minItems : 1
47
- maxItems : 4
48
+ maxItems : 5
48
49
49
50
clock-names :
50
51
minItems : 1
51
- maxItems : 4
52
+ maxItems : 5
52
53
53
54
" #clock-cells " :
54
55
const : 1
@@ -201,6 +202,30 @@ allOf:
201
202
- const : usbdrd
202
203
- const : mmc_card
203
204
205
+ - if :
206
+ properties :
207
+ compatible :
208
+ contains :
209
+ const : samsung,exynosautov920-cmu-hsi2
210
+
211
+ then :
212
+ properties :
213
+ clocks :
214
+ items :
215
+ - description : External reference clock (38.4 MHz)
216
+ - description : CMU_HSI2 NOC clock (from CMU_TOP)
217
+ - description : CMU_HSI2 NOC UFS clock (from CMU_TOP)
218
+ - description : CMU_HSI2 UFS EMBD clock (from CMU_TOP)
219
+ - description : CMU_HSI2 ETHERNET clock (from CMU_TOP)
220
+
221
+ clock-names :
222
+ items :
223
+ - const : oscclk
224
+ - const : noc
225
+ - const : ufs
226
+ - const : embd
227
+ - const : ethernet
228
+
204
229
required :
205
230
- compatible
206
231
- " #clock-cells"
Original file line number Diff line number Diff line change 286
286
#define CLK_MOUT_HSI1_USBDRD_USER 3
287
287
#define CLK_MOUT_HSI1_USBDRD 4
288
288
289
+ /* CMU_HSI2 */
290
+ #define FOUT_PLL_ETH 1
291
+ #define CLK_MOUT_HSI2_NOC_UFS_USER 2
292
+ #define CLK_MOUT_HSI2_UFS_EMBD_USER 3
293
+ #define CLK_MOUT_HSI2_ETHERNET 4
294
+ #define CLK_MOUT_HSI2_ETHERNET_USER 5
295
+ #define CLK_DOUT_HSI2_ETHERNET 6
296
+ #define CLK_DOUT_HSI2_ETHERNET_PTP 7
297
+
289
298
#endif /* _DT_BINDINGS_CLOCK_EXYNOSAUTOV920_H */
You can’t perform that action at this time.
0 commit comments