[PATCH 2/2] bindings: regulator: pca9450: Add LOADSW regulator

From: Nicolas Heemeryck
Date: Fri Mar 17 2023 - 05:39:29 EST


Add the binding documentation for the load switch regulator.

Signed-off-by: Nicolas Heemeryck <nicolas.heemeryck@xxxxxxxxxxxx>
---
.../bindings/regulator/nxp,pca9450-regulator.yaml | 14 ++++++++++++++
1 file changed, 14 insertions(+)

diff --git a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
index 835b53302db8..064d57256aff 100644
--- a/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml
@@ -20,6 +20,7 @@ description: |
#The valid names for PCA9450 regulator nodes are:
#BUCK1, BUCK2, BUCK3, BUCK4, BUCK5, BUCK6,
#LDO1, LDO2, LDO3, LDO4, LDO5
+#LOADSW
#Note: Buck3 removed on PCA9450B and connect with Buck1 on PCA9450C.

properties:
@@ -74,6 +75,14 @@ properties:

unevaluatedProperties: false

+ "LOADSW":
+ type: object
+ $ref: regulator.yaml#
+ description:
+ Properties for LOAD SWITCH regulator.
+
+ unevaluatedProperties: false
+
additionalProperties: false

sd-vsel-gpios:
@@ -190,6 +199,11 @@ examples:
regulator-boot-on;
regulator-always-on;
};
+ loadsw: LOADSW {
+ regulator-name = "LOADSW";
+ regulator-boot-on;
+ regulator-always-on;
+ };
};
};
};
--
2.34.1


--
- Confidential -