Skip to content

Commit fadbd4e

Browse files
mriesch-wvmmind
authored andcommitted
dt-bindings: power: add rk3568-pmu-io-domain support
Add binding for the RK3568 along a SoC-specific description of voltage supplies. Signed-off-by: Jianqun Xu <[email protected]> [add soc-specific section] Signed-off-by: Michael Riesch <[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 959e131 commit fadbd4e

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

Documentation/devicetree/bindings/power/rockchip-io-domain.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ properties:
5555
- rockchip,rk3368-pmu-io-voltage-domain
5656
- rockchip,rk3399-io-voltage-domain
5757
- rockchip,rk3399-pmu-io-voltage-domain
58+
- rockchip,rk3568-pmu-io-voltage-domain
5859
- rockchip,rv1108-io-voltage-domain
5960
- rockchip,rv1108-pmu-io-voltage-domain
6061

@@ -74,6 +75,7 @@ allOf:
7475
- $ref: "#/$defs/rk3368-pmu"
7576
- $ref: "#/$defs/rk3399"
7677
- $ref: "#/$defs/rk3399-pmu"
78+
- $ref: "#/$defs/rk3568-pmu"
7779
- $ref: "#/$defs/rv1108"
7880
- $ref: "#/$defs/rv1108-pmu"
7981

@@ -282,6 +284,34 @@ $defs:
282284
pmu1830-supply:
283285
description: The supply connected to PMUIO2_VDD.
284286

287+
rk3568-pmu:
288+
if:
289+
properties:
290+
compatible:
291+
contains:
292+
const: rockchip,rk3568-pmu-io-voltage-domain
293+
294+
then:
295+
properties:
296+
pmuio1-supply:
297+
description: The supply connected to PMUIO1.
298+
pmuio2-supply:
299+
description: The supply connected to PMUIO2.
300+
vccio1-supply:
301+
description: The supply connected to VCCIO1.
302+
vccio2-supply:
303+
description: The supply connected to VCCIO2.
304+
vccio3-supply:
305+
description: The supply connected to VCCIO3.
306+
vccio4-supply:
307+
description: The supply connected to VCCIO4.
308+
vccio5-supply:
309+
description: The supply connected to VCCIO5.
310+
vccio6-supply:
311+
description: The supply connected to VCCIO6.
312+
vccio7-supply:
313+
description: The supply connected to VCCIO7.
314+
285315
rv1108:
286316
if:
287317
properties:

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ allOf:
208208
- rockchip,rk3368-pmugrf
209209
- rockchip,rk3399-grf
210210
- rockchip,rk3399-pmugrf
211+
- rockchip,rk3568-pmugrf
211212
- rockchip,rv1108-grf
212213
- rockchip,rv1108-pmugrf
213214

0 commit comments

Comments
 (0)