diff options
author | Per-Daniel Olsson <[email protected]> | 2022-04-29 09:22:07 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-05-03 13:47:32 +0100 |
commit | e721b161399b30e085faa2f4b930ebeb15df36a7 (patch) | |
tree | 965f3c693d77c59233e04dc75f7e303e637a47e2 | |
parent | dc6d04619e62825083926929d88c94c5b6b42670 (diff) |
regulator: Add property for I2C level shifter
By setting nxp,i2c-lt-enable the I2C level translator is
enabled.
Signed-off-by: Per-Daniel Olsson <[email protected]>
Signed-off-by: Rickard x Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 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 |