diff options
author | Mark Brown <broonie@kernel.org> | 2024-03-25 15:48:19 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-25 15:48:19 +0100 |
commit | cd290abbdab3fb4db403b6fc0ae4038b22268bee (patch) | |
tree | d4b1042cc0ce44601dd6e13f766fbabeb7aa2fdb /Documentation/devicetree/bindings/regulator | |
parent | dt-bindings: regulator: qcom,usb-vbus-regulator: Add PM7250B compatible (diff) | |
parent | regulator: pca9450: add pca9451a support (diff) | |
download | linux-cd290abbdab3fb4db403b6fc0ae4038b22268bee.tar.xz linux-cd290abbdab3fb4db403b6fc0ae4038b22268bee.zip |
add pmic pca9451a support
Merge series from Joy Zou <joy.zou@nxp.com>:
The patchset supports pmic pca9451a.
For the details, please check the patch commit log.
---
Changes in v5:
- adjust gpio@22 to the front of pmic@25.
Changes in v4:
- modify the comment for uSDHC but not i2c.
Changes in v3:
- modify the dts voltags constraints.
- remove unnecessary changes in driver code.
- modify commit message.
- add tag for dt-bindings.
Changes in v2:
- drop old part support.
Joy Zou (3):
regulator: dt-bindings: pca9450: add pca9451a support
regulator: pca9450: add pca9451a support
arm64: dts: imx93-11x11-evk: add pca9451a support
.../regulator/nxp,pca9450-regulator.yaml | 1 +
.../boot/dts/freescale/imx93-11x11-evk.dts | 111 ++++++++++
drivers/regulator/pca9450-regulator.c | 194 +++++++++++++++++-
include/linux/regulator/pca9450.h | 1 +
4 files changed, 305 insertions(+), 2 deletions(-)
--
2.37.1
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml index 3d469b8e9774..849bfa50bdba 100644 --- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml @@ -28,6 +28,7 @@ properties: - nxp,pca9450a - nxp,pca9450b - nxp,pca9450c + - nxp,pca9451a reg: maxItems: 1 |