File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Documentation/devicetree/bindings/remoteproc Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ properties:
18
18
enum :
19
19
- qcom,sc7180-adsp-pas
20
20
- qcom,sc7180-mpss-pas
21
+ - qcom,sc7280-adsp-pas
22
+ - qcom,sc7280-cdsp-pas
21
23
- qcom,sc7280-mpss-pas
24
+ - qcom,sc7280-wpss-pas
22
25
23
26
reg :
24
27
maxItems : 1
75
78
compatible :
76
79
enum :
77
80
- qcom,sc7180-adsp-pas
81
+ - qcom,sc7280-adsp-pas
78
82
then :
79
83
properties :
80
84
power-domains :
@@ -120,6 +124,23 @@ allOf:
120
124
- const : cx
121
125
- const : mss
122
126
127
+ - if :
128
+ properties :
129
+ compatible :
130
+ enum :
131
+ - qcom,sc7280-cdsp-pas
132
+ - qcom,sc7280-wpss-pas
133
+ then :
134
+ properties :
135
+ power-domains :
136
+ items :
137
+ - description : CX power domain
138
+ - description : MX power domain
139
+ power-domain-names :
140
+ items :
141
+ - const : cx
142
+ - const : mx
143
+
123
144
unevaluatedProperties : false
124
145
125
146
examples :
You can’t perform that action at this time.
0 commit comments