Skip to content

Commit 392cc0a

Browse files
jneannebroonie
authored andcommitted
dt-bindings: gpio-regulator: add vin-supply property support
This is same scheme as fixed-regulator. Without that property used, the parent regulator can be shut down (if not an always on). Thus leading to inappropriate behavior: On am62-SP-SK this fix is required to avoid tps65219 ldo1 (SDMMC rail) to be shut down after boot completion. Signed-off-by: Jerome Neanne <jneanne@baylibre.com> Link: https://lore.kernel.org/r/20220929132526.29427-3-jneanne@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent adfdfcb commit 392cc0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/regulator/gpio-regulator.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ properties:
8585
- current
8686
default: voltage
8787

88+
vin-supply:
89+
description: Input supply phandle.
90+
8891
required:
8992
- compatible
9093
- regulator-name

0 commit comments

Comments
 (0)