[PATCH 15/15] dt-bindings: mfd: samsung,s2mpg10-pmic: Use generic power-controller schema

From: Peng Fan (OSS)

Date: Mon Mar 16 2026 - 10:56:40 EST


From: Peng Fan <peng.fan@xxxxxxx>

Switch the binding to use the generic power-controller schema instead by
referencing power-controller.yaml and removing the local
`system-power-controller` property definition.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml b/Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml
index 0ea1a440b983a47a55fc86d6251b89056ba51172..47418077b153d932e46a26b14024698ee6c50011 100644
--- a/Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml
+++ b/Documentation/devicetree/bindings/mfd/samsung,s2mpg10-pmic.yaml
@@ -18,6 +18,9 @@ description: |
GPIO interfaces and is typically complemented by S2MPG10 PMIC in a main/sub
configuration as the main PMIC.

+allOf:
+ - $ref: /schemas/power/power-controller.yaml#
+
properties:
compatible:
const: samsung,s2mpg10-pmic
@@ -36,8 +39,6 @@ properties:
description:
List of child nodes that specify the regulators.

- system-power-controller: true
-
wakeup-source: true

patternProperties:
@@ -71,7 +72,7 @@ required:
- interrupts
- regulators

-additionalProperties: false
+unevaluatedProperties: false

examples:
- |

--
2.37.1