[PATCH v2 2/9] dt-bindings: regulator: add pf1550

From: Samuel Kayode
Date: Fri May 16 2025 - 14:50:56 EST


Add the DT binding document for pf1550 regulators.

Signed-off-by: Samuel Kayode <samuel.kayode@xxxxxxxxxxxxxxxxxxxx>
---
.../devicetree/bindings/regulator/pf1550.yaml | 35 +++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/pf1550.yaml

diff --git a/Documentation/devicetree/bindings/regulator/pf1550.yaml b/Documentation/devicetree/bindings/regulator/pf1550.yaml
new file mode 100644
index 000000000000..a684ab974496
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/pf1550.yaml
@@ -0,0 +1,35 @@
+# SPDX-License-Identifier: GPL-2.0
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/regulator/pf1550.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Regulators for PF1550 PMIC from NXP.
+
+maintainers:
+ - Samuel Kayode <samuel.kayode@xxxxxxxxxxxxxxxxxxxx>
+
+description: |
+ This module is part of the PF1550 MFD device. For more details
+ see Documentation/devicetree/bindings/mfd/pf1550.yaml.
+
+ The regulator controller is represented as a sub-node of the PMIC node
+ on the device tree.
+
+ The device has three LDO regulators, three buck converters and a DDR
+ termination reference voltage.
+
+properties:
+ compatible:
+ const: fsl,pf1550-regulator
+
+patternProperties:
+ "^(LDO[1-3]|SW[1-3]|VREFADDR)$":
+ $ref: regulator.yaml#
+ unevaluatedProperties: false
+
+required:
+ - compatible
+additionalProperties: false
+
+...
--
2.49.0