File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Documentation/devicetree/bindings/soc/rockchip Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ properties:
15
15
- items :
16
16
- enum :
17
17
- rockchip,rk3288-sgrf
18
- - rockchip,rv1108-pmugrf
19
18
- rockchip,rv1108-usbgrf
20
19
- const : syscon
21
20
- items :
@@ -41,6 +40,7 @@ properties:
41
40
- rockchip,rk3568-grf
42
41
- rockchip,rk3568-pmugrf
43
42
- rockchip,rv1108-grf
43
+ - rockchip,rv1108-pmugrf
44
44
- const : syscon
45
45
- const : simple-mfd
46
46
@@ -198,21 +198,27 @@ allOf:
198
198
compatible :
199
199
contains :
200
200
enum :
201
- - rockchip,px30-pmugrf
202
201
- rockchip,px30-grf
202
+ - rockchip,px30-pmugrf
203
+ - rockchip,rk3188-grf
203
204
- rockchip,rk3228-grf
204
205
- rockchip,rk3288-grf
205
206
- rockchip,rk3328-grf
206
- - rockchip,rk3368-pmugrf
207
207
- rockchip,rk3368-grf
208
- - rockchip,rk3399 -pmugrf
208
+ - rockchip,rk3368 -pmugrf
209
209
- rockchip,rk3399-grf
210
+ - rockchip,rk3399-pmugrf
211
+ - rockchip,rv1108-grf
212
+ - rockchip,rv1108-pmugrf
210
213
211
214
then :
212
215
properties :
213
216
io-domains :
214
- description :
215
- Documentation/devicetree/bindings/power/rockchip-io-domain.txt
217
+ type : object
218
+
219
+ $ref : " /schemas/power/rockchip-io-domain.yaml#"
220
+
221
+ unevaluatedProperties : false
216
222
217
223
examples :
218
224
- |
You can’t perform that action at this time.
0 commit comments