[PATCH 1/2] dt-bindings: regulator: ti,tps65219: Use generic power-controller schema
"Peng Fan (OSS)" <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
From: Peng Fan <[email protected]> Convert the binding to use the generic power-controller schema instead by referencing power-controller.yaml and removing the local `system-power-controller` property definition. Acked-by: Mark Brown <[email protected]> Signed-off-by: Peng Fan <[email protected]> --- Documentation/devicetree/bindings/regulator/ti,tps65219.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/regulator/ti,tps65219.yaml b/Documentation/devicetree/bindings/regulator/ti,tps65219.yaml index 7c64e588a8b5..d3a82aa7319f 100644 --- a/Documentation/devicetree/bindings/regulator/ti,tps65219.yaml +++ b/Documentation/devicetree/bindings/regulator/ti,tps65219.yaml @@ -31,11 +31,6 @@ properties: reg: maxItems: 1 - system-power-controller: - type: boolean - description: Optional property that indicates that this device is - controlling system power. - interrupts: description: Short-circuit, over-current, under-voltage for regulators, PB interrupts. maxItems: 1 @@ -99,9 +94,10 @@ required: - interrupts - regulators -additionalProperties: false +unevaluatedProperties: false allOf: + - $ref: /schemas/power/power-controller.yaml# - if: properties: compatible: -- 2.51.0