All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] dt-bindings: regulator: Add property for I2C level shifter
@ 2022-04-28 14:01 Rickard Andersson
  2022-04-28 14:01 ` [PATCH 2/5] regulator: pca9450: Make I2C Level Translator configurable Rickard Andersson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Rickard Andersson @ 2022-04-28 14:01 UTC (permalink / raw)
  To: broonie, lgirdwood, linux-kernel, yibin.gong
  Cc: rickaran, rickard314.andersson, perdo

From: Per-Daniel Olsson <perdo@axis.com>

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

Signed-off-by: Per-Daniel Olsson <perdo@axis.com>
---
 .../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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-03 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28 14:01 [PATCH 1/5] dt-bindings: regulator: Add property for I2C level shifter Rickard Andersson
2022-04-28 14:01 ` [PATCH 2/5] regulator: pca9450: Make I2C Level Translator configurable Rickard Andersson
2022-04-28 14:01 ` [PATCH 3/5] dt-bindings: regulator: Add property for WDOG_B warm reset Rickard Andersson
2022-04-28 14:01 ` [PATCH 4/5] regulator: pca9450: Make warm reset on WDOG_B assertion Rickard Andersson
2022-04-28 14:01 ` [PATCH 5/5] regulator: pca9450: Enable DVS control via PMIC_STBY_REQ Rickard Andersson
2022-04-28 15:07 ` [PATCH 1/5] dt-bindings: regulator: Add property for I2C level shifter Mark Brown
2022-05-03 15:51 ` (subset) " Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.