Skip to content

Commit 959e131

Browse files
Johan Jonkermmind
authored andcommitted
dt-bindings: soc: rockchip: add rockchip-io-domain.yaml object to grf.yaml
The rockchip-io-domain.txt file was converted to YAML. IO Voltage Domain nodes are sub nodes of grf and pmugrf nodes. Add rockchip-io-domain.yaml object to the grf.yaml file. Signed-off-by: Johan Jonker <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 742f62c commit 959e131

File tree

1 file changed

+12
-6
lines changed
  • Documentation/devicetree/bindings/soc/rockchip

1 file changed

+12
-6
lines changed

Documentation/devicetree/bindings/soc/rockchip/grf.yaml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ properties:
1515
- items:
1616
- enum:
1717
- rockchip,rk3288-sgrf
18-
- rockchip,rv1108-pmugrf
1918
- rockchip,rv1108-usbgrf
2019
- const: syscon
2120
- items:
@@ -41,6 +40,7 @@ properties:
4140
- rockchip,rk3568-grf
4241
- rockchip,rk3568-pmugrf
4342
- rockchip,rv1108-grf
43+
- rockchip,rv1108-pmugrf
4444
- const: syscon
4545
- const: simple-mfd
4646

@@ -198,21 +198,27 @@ allOf:
198198
compatible:
199199
contains:
200200
enum:
201-
- rockchip,px30-pmugrf
202201
- rockchip,px30-grf
202+
- rockchip,px30-pmugrf
203+
- rockchip,rk3188-grf
203204
- rockchip,rk3228-grf
204205
- rockchip,rk3288-grf
205206
- rockchip,rk3328-grf
206-
- rockchip,rk3368-pmugrf
207207
- rockchip,rk3368-grf
208-
- rockchip,rk3399-pmugrf
208+
- rockchip,rk3368-pmugrf
209209
- rockchip,rk3399-grf
210+
- rockchip,rk3399-pmugrf
211+
- rockchip,rv1108-grf
212+
- rockchip,rv1108-pmugrf
210213

211214
then:
212215
properties:
213216
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
216222

217223
examples:
218224
- |

0 commit comments

Comments
 (0)