[PATCH 09/10] dt-bindings: mfd: fsl,mc13xxx: Use generic power-controller schema
Peng Fan (OSS)
peng.fan at oss.nxp.com
Tue Aug 4 07:16:44 PDT 2026
From: Peng Fan <peng.fan at nxp.com>
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 at nxp.com>
---
Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml b/Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml
index 5cdb25be2731..24b9706c5c17 100644
--- a/Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml
+++ b/Documentation/devicetree/bindings/mfd/fsl,mc13xxx.yaml
@@ -34,8 +34,6 @@ properties:
spi-cs-high: true
- system-power-controller: true
-
interrupts:
maxItems: 1
@@ -174,6 +172,7 @@ required:
- reg
allOf:
+ - $ref: /schemas/power/power-controller.yaml#
- if:
properties:
compatible:
@@ -233,7 +232,7 @@ allOf:
minItems: 1
maxItems: 1
-additionalProperties: false
+unevaluatedProperties: false
examples:
- |
--
2.51.0
More information about the linux-arm-kernel
mailing list