File tree Expand file tree Collapse file tree 1 file changed +30
-4
lines changed
Documentation/devicetree/bindings/remoteproc Expand file tree Collapse file tree 1 file changed +30
-4
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,17 @@ properties:
70
70
items :
71
71
- description : CX proxy power domain (control handed over after startup)
72
72
- description : MX proxy power domain (control handed over after startup)
73
+ (not valid for qcom,msm8974-mss-pil)
73
74
- description : MSS proxy power domain (control handed over after startup)
74
75
(only valid for qcom,msm8953-mss-pil)
75
- minItems : 2
76
+ minItems : 1
76
77
77
78
power-domain-names :
78
79
items :
79
80
- const : cx
80
- - const : mx
81
+ - const : mx # not valid for qcom,msm8974-mss-pil
81
82
- const : mss # only valid for qcom,msm8953-mss-pil
82
- minItems : 2
83
+ minItems : 1
83
84
84
85
pll-supply :
85
86
description : PLL proxy supply (control handed over after startup)
@@ -207,13 +208,38 @@ allOf:
207
208
required :
208
209
- power-domains
209
210
- power-domain-names
210
- else :
211
+
212
+ - if :
213
+ properties :
214
+ compatible :
215
+ contains :
216
+ enum :
217
+ - qcom,msm8909-mss-pil
218
+ - qcom,msm8916-mss-pil
219
+ then :
211
220
properties :
212
221
power-domains :
222
+ minItems : 2
213
223
maxItems : 2
214
224
power-domain-names :
225
+ minItems : 2
215
226
maxItems : 2
216
227
228
+ - if :
229
+ properties :
230
+ compatible :
231
+ contains :
232
+ enum :
233
+ - qcom,msm8974-mss-pil
234
+ then :
235
+ properties :
236
+ power-domains :
237
+ maxItems : 1
238
+ power-domain-names :
239
+ maxItems : 1
240
+ required :
241
+ - mx-supply
242
+
217
243
- if :
218
244
properties :
219
245
compatible :
You can’t perform that action at this time.
0 commit comments