We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9b49b commit 29a6d12Copy full SHA for 29a6d12
Documentation/devicetree/bindings/ufs/qcom,ufs.yaml
@@ -71,6 +71,10 @@ properties:
71
power-domains:
72
maxItems: 1
73
74
+ qcom,ice:
75
+ $ref: /schemas/types.yaml#/definitions/phandle
76
+ description: phandle to the Inline Crypto Engine node
77
+
78
reg:
79
minItems: 1
80
maxItems: 2
@@ -189,6 +193,26 @@ allOf:
189
193
190
194
# TODO: define clock bindings for qcom,msm8994-ufshc
191
195
196
+ - if:
197
+ properties:
198
199
+ maxItems: 1
200
+ then:
201
202
+ reg:
203
204
+ clocks:
205
+ minItems: 8
206
+ maxItems: 8
207
+ else:
208
209
210
+ minItems: 2
211
+ maxItems: 2
212
213
+ minItems: 9
214
+ maxItems: 11
215
192
216
unevaluatedProperties: false
217
218
examples:
0 commit comments