[PATCH v2 1/5] dt-bindings: regulator: Add property for I2C level shifter

From: Rickard Andersson
Date: Fri Apr 29 2022 - 03:22:35 EST


From: Per-Daniel Olsson <perdo@xxxxxxxx>

By setting nxp,i2c-lt-enable the I2C level translator is
enabled.

Signed-off-by: Per-Daniel Olsson <perdo@xxxxxxxx>
Signed-off-by: Rickard x Andersson <rickaran@xxxxxxxx>
---
.../devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
index f70f2e758a00..e723f8cf6d74 100644
--- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
@@ -92,6 +92,11 @@ properties:
LDO5CTRL_L or LDO5CTRL_H register. Use this if the SD_VSEL signal is
connected to a host GPIO.

+ nxp,i2c-lt-enable:
+ type: boolean
+ description:
+ Indicates that the I2C Level Translator is used.
+
required:
- compatible
- reg
--
2.20.1