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

dt-bindings: power: rockchip: Document RK3308 IO voltage domains

Document dt-bindings for RK3308 IO voltage domains.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240521211029.1236094-10-jonas@kwiboo.se
Signed-off-by: Heiko Stuebner <heiko@sntech.de>

authored by

Jonas Karlman and committed by
Heiko Stuebner
ff2bed59 8400291e

+24
+24
Documentation/devicetree/bindings/power/rockchip-io-domain.yaml
··· 50 50 - rockchip,rk3188-io-voltage-domain 51 51 - rockchip,rk3228-io-voltage-domain 52 52 - rockchip,rk3288-io-voltage-domain 53 + - rockchip,rk3308-io-voltage-domain 53 54 - rockchip,rk3328-io-voltage-domain 54 55 - rockchip,rk3368-io-voltage-domain 55 56 - rockchip,rk3368-pmu-io-voltage-domain ··· 72 71 - $ref: "#/$defs/rk3188" 73 72 - $ref: "#/$defs/rk3228" 74 73 - $ref: "#/$defs/rk3288" 74 + - $ref: "#/$defs/rk3308" 75 75 - $ref: "#/$defs/rk3328" 76 76 - $ref: "#/$defs/rk3368" 77 77 - $ref: "#/$defs/rk3368-pmu" ··· 195 193 description: The supply connected to SDMMC0_VDD. 196 194 wifi-supply: 197 195 description: The supply connected to APIO3_VDD. Also known as SDIO0. 196 + 197 + rk3308: 198 + if: 199 + properties: 200 + compatible: 201 + contains: 202 + const: rockchip,rk3308-io-voltage-domain 203 + 204 + then: 205 + properties: 206 + vccio0-supply: 207 + description: The supply connected to VCCIO0. 208 + vccio1-supply: 209 + description: The supply connected to VCCIO1. 210 + vccio2-supply: 211 + description: The supply connected to VCCIO2. 212 + vccio3-supply: 213 + description: The supply connected to VCCIO3. 214 + vccio4-supply: 215 + description: The supply connected to VCCIO4. 216 + vccio5-supply: 217 + description: The supply connected to VCCIO5. 198 218 199 219 rk3328: 200 220 if: