[PATCH 07/10] dt-bindings: mfd: ti,tps6594: Use generic power-controller schema
"Peng Fan (OSS)" <[email protected]> Tue, 04 Aug 2026 22:16:42 +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/ti,tps6594.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml index ca17fbdea691..6a35cd358590 100644 --- a/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml +++ b/Documentation/devicetree/bindings/mfd/ti,tps6594.yaml @@ -15,6 +15,9 @@ description: PFSM (Pre-configurable Finite State Machine) managing the state of the device. TPS6594 is the super-set device while TPS6593 and LP8764 are derivatives. +allOf: + - $ref: /schemas/power/power-controller.yaml# + properties: compatible: enum: @@ -38,8 +41,6 @@ properties: device on the SPMI bus, and the secondary PMICs are the target devices on the SPMI bus. - system-power-controller: true - gpio-controller: true gpio-line-names: true @@ -104,7 +105,7 @@ required: - reg - interrupts -additionalProperties: false +unevaluatedProperties: false examples: - | -- 2.51.0