We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738227a commit c110b7eCopy full SHA for c110b7e
Documentation/devicetree/bindings/soc/rockchip/grf.yaml
@@ -67,6 +67,9 @@ properties:
67
reg:
68
maxItems: 1
69
70
+ clocks:
71
+ maxItems: 1
72
+
73
"#address-cells":
74
const: 1
75
@@ -249,6 +252,22 @@ allOf:
249
252
250
253
unevaluatedProperties: false
251
254
255
+ - if:
256
+ properties:
257
+ compatible:
258
+ contains:
259
+ enum:
260
+ - rockchip,rk3588-vo-grf
261
262
+ then:
263
+ required:
264
+ - clocks
265
266
+ else:
267
268
+ clocks: false
269
270
271
examples:
272
- |
273
#include <dt-bindings/clock/rk3399-cru.h>
0 commit comments