diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2021-02-11 11:55:29 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-11 13:11:36 +0000 |
commit | 27866e3e8a7e93494f8374f48061aa73ee46ceb2 (patch) | |
tree | 8991d9a97fe5b61802cae62b860bf18fa5fbca9f /Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | |
parent | f7684f5a048febd2a7bc98ee81d6dce52f7268b8 (diff) |
regulator: pca9450: Add sd-vsel GPIO
Add the binding documentation for the optional sd-vsel GPIO.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Link: https://lore.kernel.org/r/20210211105534.38972-2-frieder.schrempf@kontron.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml index c2b0a8b6da1e..f70f2e758a00 100644 --- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml @@ -87,6 +87,11 @@ properties: additionalProperties: false + sd-vsel-gpios: + description: GPIO that is used to switch LDO5 between being configured by + LDO5CTRL_L or LDO5CTRL_H register. Use this if the SD_VSEL signal is + connected to a host GPIO. + required: - compatible - reg |