2022-04-29 21:54:01

by Rickard x Andersson

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

From: Per-Daniel Olsson <[email protected]>

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

Signed-off-by: Per-Daniel Olsson <[email protected]>
---
.../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


2022-05-03 19:57:23

by Mark Brown

[permalink] [raw]
Subject: Re: (subset) [PATCH 1/5] dt-bindings: regulator: Add property for I2C level shifter

On Thu, 28 Apr 2022 16:01:35 +0200, Rickard Andersson wrote:
> From: Per-Daniel Olsson <[email protected]>
>
> By setting nxp,i2c-lt-enable the I2C level translator is
> enabled.
>
>

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[3/5] dt-bindings: regulator: Add property for WDOG_B warm reset
(no commit info)
[4/5] regulator: pca9450: Make warm reset on WDOG_B assertion
commit: 2364a64d0673f5044e6a52cb17d6d60c6f1f8329
[5/5] regulator: pca9450: Enable DVS control via PMIC_STBY_REQ
commit: 20078e3bbe6e5adb1a88f03f9609d532d99c690c

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark