File tree Expand file tree Collapse file tree 1 file changed +34
-2
lines changed
Documentation/devicetree/bindings/cache Expand file tree Collapse file tree 1 file changed +34
-2
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ properties:
39
39
40
40
reg :
41
41
minItems : 2
42
- maxItems : 9
42
+ maxItems : 10
43
43
44
44
reg-names :
45
45
minItems : 2
46
- maxItems : 9
46
+ maxItems : 10
47
47
48
48
interrupts :
49
49
maxItems : 1
@@ -134,6 +134,36 @@ allOf:
134
134
- qcom,qdu1000-llcc
135
135
- qcom,sc8180x-llcc
136
136
- qcom,sc8280xp-llcc
137
+ then :
138
+ properties :
139
+ reg :
140
+ items :
141
+ - description : LLCC0 base register region
142
+ - description : LLCC1 base register region
143
+ - description : LLCC2 base register region
144
+ - description : LLCC3 base register region
145
+ - description : LLCC4 base register region
146
+ - description : LLCC5 base register region
147
+ - description : LLCC6 base register region
148
+ - description : LLCC7 base register region
149
+ - description : LLCC broadcast base register region
150
+ reg-names :
151
+ items :
152
+ - const : llcc0_base
153
+ - const : llcc1_base
154
+ - const : llcc2_base
155
+ - const : llcc3_base
156
+ - const : llcc4_base
157
+ - const : llcc5_base
158
+ - const : llcc6_base
159
+ - const : llcc7_base
160
+ - const : llcc_broadcast_base
161
+
162
+ - if :
163
+ properties :
164
+ compatible :
165
+ contains :
166
+ enum :
137
167
- qcom,x1e80100-llcc
138
168
then :
139
169
properties :
@@ -148,6 +178,7 @@ allOf:
148
178
- description : LLCC6 base register region
149
179
- description : LLCC7 base register region
150
180
- description : LLCC broadcast base register region
181
+ - description : LLCC broadcast AND register region
151
182
reg-names :
152
183
items :
153
184
- const : llcc0_base
@@ -159,6 +190,7 @@ allOf:
159
190
- const : llcc6_base
160
191
- const : llcc7_base
161
192
- const : llcc_broadcast_base
193
+ - const : llcc_broadcast_and_base
162
194
163
195
- if :
164
196
properties :
You can’t perform that action at this time.
0 commit comments