File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Documentation/devicetree/bindings/clock Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ properties:
19
19
compatible :
20
20
const : qcom,sm8150-camcc
21
21
22
- reg :
23
- maxItems : 1
24
-
25
22
clocks :
26
23
items :
27
24
- description : Board XO source
@@ -37,26 +34,17 @@ properties:
37
34
description :
38
35
A phandle to an OPP node describing required MMCX performance point.
39
36
40
- ' #clock-cells ' :
41
- const : 1
42
-
43
- ' #reset-cells ' :
44
- const : 1
45
-
46
- ' #power-domain-cells ' :
47
- const : 1
48
-
49
37
required :
50
38
- compatible
51
- - reg
52
39
- clocks
53
40
- power-domains
54
41
- required-opps
55
- - ' #clock-cells'
56
- - ' #reset-cells'
57
42
- ' #power-domain-cells'
58
43
59
- additionalProperties : false
44
+ allOf :
45
+ - $ref : qcom,gcc.yaml#
46
+
47
+ unevaluatedProperties : false
60
48
61
49
examples :
62
50
- |
You can’t perform that action at this time.
0 commit comments