File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Documentation/devicetree/bindings/cpufreq Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,15 @@ properties:
49
49
- description : Frequency domain 0 register region
50
50
- description : Frequency domain 1 register region
51
51
- description : Frequency domain 2 register region
52
+ - description : Frequency domain 3 register region
52
53
53
54
reg-names :
54
55
minItems : 1
55
56
items :
56
57
- const : freq-domain0
57
58
- const : freq-domain1
58
59
- const : freq-domain2
60
+ - const : freq-domain3
59
61
60
62
clocks :
61
63
items :
@@ -69,14 +71,15 @@ properties:
69
71
70
72
interrupts :
71
73
minItems : 1
72
- maxItems : 3
74
+ maxItems : 4
73
75
74
76
interrupt-names :
75
77
minItems : 1
76
78
items :
77
79
- const : dcvsh-irq-0
78
80
- const : dcvsh-irq-1
79
81
- const : dcvsh-irq-2
82
+ - const : dcvsh-irq-3
80
83
81
84
' #freq-domain-cells ' :
82
85
const : 1
You can’t perform that action at this time.
0 commit comments