From: Petr Hodina <petr.hodina@protonmail.com>
The VL53L0X can be powered using separate core (VDD) and I/O (VDDIO)
supplies. Add support for an optional vio regulator and enable/disable
it during power on/off when present.
Signed-off-by: Petr Hodina <petr.hodina@protonmail.com>
---
Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml b/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
index 322befc41de6..f7e55d427fe4 100644
--- a/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
+++ b/Documentation/devicetree/bindings/iio/proximity/st,vl53l0x.yaml
@@ -24,6 +24,8 @@ properties:
vdd-supply: true
+ vio-supply: true
+
required:
- compatible
- reg
--
2.52.0