[PATCH 09/10] dt-bindings: mfd: fsl,mc13xxx: Use generic power-controller schema
"Peng Fan (OSS)" <[email protected]> Tue, 04 Aug 2026 22:16:44 +0800
| Newsgroups | org.kernel.vger.linux-samsung-soc,dev.linux.lists.mfd,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-rockchip,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Peng Fan <[email protected]> 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 <[email protected]> --- 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