File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -38,36 +38,16 @@ properties:
38
38
minItems : 7
39
39
maxItems : 13
40
40
41
- ' #clock-cells ' :
42
- const : 1
43
-
44
- ' #reset-cells ' :
45
- const : 1
46
-
47
- ' #power-domain-cells ' :
48
- const : 1
49
-
50
- reg :
51
- maxItems : 1
52
-
53
- protected-clocks :
54
- description :
55
- Protected clock specifier list as per common clock binding
56
-
57
41
vdd-gfx-supply :
58
42
description :
59
43
Regulator supply for the GPU_GX GDSC
60
44
61
45
required :
62
46
- compatible
63
- - reg
64
- - ' #clock-cells'
65
- - ' #reset-cells'
66
47
- ' #power-domain-cells'
67
48
68
- additionalProperties : false
69
-
70
49
allOf :
50
+ - $ref : qcom,gcc.yaml#
71
51
- if :
72
52
properties :
73
53
compatible :
@@ -351,6 +331,8 @@ allOf:
351
331
- const : dp_link_2x_clk_divsel_five
352
332
- const : dp_vco_divided_clk_src_mux
353
333
334
+ unevaluatedProperties : false
335
+
354
336
examples :
355
337
# Example for MMCC for MSM8960:
356
338
- |
You can’t perform that action at this time.
0 commit comments