Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <jay.xu@rock-chips.com>
[add soc-specific section]
Signed-off-by: Michael Riesch <michael.riesch@wolfvision.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210805120107.27007-2-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Michael Riesch and committed by
Heiko Stuebner
fadbd4e7 959e131f

+31
+30
Documentation/devicetree/bindings/power/rockchip-io-domain.yaml
··· 55 55 - rockchip,rk3368-pmu-io-voltage-domain 56 56 - rockchip,rk3399-io-voltage-domain 57 57 - rockchip,rk3399-pmu-io-voltage-domain 58 + - rockchip,rk3568-pmu-io-voltage-domain 58 59 - rockchip,rv1108-io-voltage-domain 59 60 - rockchip,rv1108-pmu-io-voltage-domain 60 61 ··· 75 74 - $ref: "#/$defs/rk3368-pmu" 76 75 - $ref: "#/$defs/rk3399" 77 76 - $ref: "#/$defs/rk3399-pmu" 77 + - $ref: "#/$defs/rk3568-pmu" 78 78 - $ref: "#/$defs/rv1108" 79 79 - $ref: "#/$defs/rv1108-pmu" 80 80 ··· 283 281 properties: 284 282 pmu1830-supply: 285 283 description: The supply connected to PMUIO2_VDD. 284 + 285 + rk3568-pmu: 286 + if: 287 + properties: 288 + compatible: 289 + contains: 290 + const: rockchip,rk3568-pmu-io-voltage-domain 291 + 292 + then: 293 + properties: 294 + pmuio1-supply: 295 + description: The supply connected to PMUIO1. 296 + pmuio2-supply: 297 + description: The supply connected to PMUIO2. 298 + vccio1-supply: 299 + description: The supply connected to VCCIO1. 300 + vccio2-supply: 301 + description: The supply connected to VCCIO2. 302 + vccio3-supply: 303 + description: The supply connected to VCCIO3. 304 + vccio4-supply: 305 + description: The supply connected to VCCIO4. 306 + vccio5-supply: 307 + description: The supply connected to VCCIO5. 308 + vccio6-supply: 309 + description: The supply connected to VCCIO6. 310 + vccio7-supply: 311 + description: The supply connected to VCCIO7. 286 312 287 313 rv1108: 288 314 if:
+1
Documentation/devicetree/bindings/soc/rockchip/grf.yaml
··· 208 208 - rockchip,rk3368-pmugrf 209 209 - rockchip,rk3399-grf 210 210 - rockchip,rk3399-pmugrf 211 + - rockchip,rk3568-pmugrf 211 212 - rockchip,rv1108-grf 212 213 - rockchip,rv1108-pmugrf 213 214