[PATCH 07/15] dt-bindings: mfd: ti,tps65910: Use generic power-controller schema

From: Peng Fan (OSS)

Date: Mon Mar 16 2026 - 10:50:57 EST


From: Peng Fan <peng.fan@xxxxxxx>

Mark the "ti,system-power-controller" as deprecated and include a reference
to power-controller.yaml to uses the common definition.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
Documentation/devicetree/bindings/mfd/ti,tps65910.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml b/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
index f1a76f88fc0cdd60d8ba8f7153db7701e82fa183..3939e8518a8e72351e62ac07365a34dc1145e824 100644
--- a/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,tps65910.yaml
@@ -72,6 +72,7 @@ properties:
ti,system-power-controller:
type: boolean
description: Identify whether or not this pmic controls the system power
+ deprecated: true

ti,sleep-enable:
type: boolean
@@ -170,9 +171,10 @@ required:
- '#gpio-cells'
- regulators

-additionalProperties: false
+unevaluatedProperties: false

allOf:
+ - $ref: /schemas/power/power-controller.yaml#
- if:
properties:
compatible:
@@ -216,7 +218,7 @@ examples:
#interrupt-cells = <2>;
interrupt-controller;

- ti,system-power-controller;
+ system-power-controller;

ti,vmbch-threshold = <0>;
ti,vmbch2-threshold = <0>;

--
2.37.1