[PATCH 04/15] dt-bindings: regulator: act8x: Use generic power-controller schema
From: Peng Fan (OSS) <hidden>
Date: 2026-03-16 14:46:58
Also in:
linux-devicetree, linux-rockchip, linux-rtc, linux-samsung-soc, lkml
Subsystem:
open firmware and flattened device tree bindings, the rest, voltage and current regulator framework · Maintainers:
Rob Herring, Krzysztof Kozlowski, Conor Dooley, Linus Torvalds, Liam Girdwood, Mark Brown
From: Peng Fan <peng.fan@nxp.com> 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. Signed-off-by: Peng Fan <peng.fan@nxp.com> --- .../devicetree/bindings/regulator/active-semi,act8600.yaml | 11 ++++------- .../devicetree/bindings/regulator/active-semi,act8846.yaml | 11 ++++------- .../devicetree/bindings/regulator/active-semi,act8865.yaml | 11 ++++------- .../devicetree/bindings/regulator/active-semi,act8945a.yaml | 11 ++++------- 4 files changed, 16 insertions(+), 28 deletions(-)
diff --git a/Documentation/devicetree/bindings/regulator/active-semi,act8600.yaml b/Documentation/devicetree/bindings/regulator/active-semi,act8600.yaml
index b8ca967bc83d1ddff40679427da9d2d9cd3b13b8..49f74a9b1eaab19ff6d1c4e633b916a51c6a2f86 100644
--- a/Documentation/devicetree/bindings/regulator/active-semi,act8600.yaml
+++ b/Documentation/devicetree/bindings/regulator/active-semi,act8600.yaml@@ -9,6 +9,9 @@ title: Active-semi ACT8600 regulator maintainers: - Paul Cercueil <paul@crapouillou.net> +allOf: + - $ref: /schemas/power/power-controller.yaml# + properties: compatible: const: active-semi,act8600
@@ -16,12 +19,6 @@ properties: reg: maxItems: 1 - system-power-controller: - description: - Indicates that the ACT8600 is responsible for powering OFF - the system. - type: boolean - active-semi,vsel-high: description: Indicates the VSEL pin is high. If this property is missing,
@@ -75,7 +72,7 @@ properties: inl-supply: description: Handle to the INL input supply -additionalProperties: false +unevaluatedProperties: false required: - reg
diff --git a/Documentation/devicetree/bindings/regulator/active-semi,act8846.yaml b/Documentation/devicetree/bindings/regulator/active-semi,act8846.yaml
index 02f45b5834d008e8e21cafb692e829d4046c1b92..29ec8ab1b642635b8a1452a5d4b515e88445c63b 100644
--- a/Documentation/devicetree/bindings/regulator/active-semi,act8846.yaml
+++ b/Documentation/devicetree/bindings/regulator/active-semi,act8846.yaml@@ -9,6 +9,9 @@ title: Active-semi ACT8846 regulator maintainers: - Paul Cercueil <paul@crapouillou.net> +allOf: + - $ref: /schemas/power/power-controller.yaml# + properties: compatible: const: active-semi,act8846
@@ -16,12 +19,6 @@ properties: reg: maxItems: 1 - system-power-controller: - description: - Indicates that the ACT8846 is responsible for powering OFF - the system. - type: boolean - active-semi,vsel-high: description: Indicates the VSEL pin is high. If this property is missing,
@@ -59,7 +56,7 @@ properties: $ref: /schemas/regulator/regulator.yaml# unevaluatedProperties: false -additionalProperties: false +unevaluatedProperties: false required: - reg
diff --git a/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml b/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml
index afe1abc2d727b37b3652634edd6cbcb8132e5f76..2423d9b65192e984de4d9bd83b1a25846bc12361 100644
--- a/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml
+++ b/Documentation/devicetree/bindings/regulator/active-semi,act8865.yaml@@ -9,6 +9,9 @@ title: Active-semi ACT8865 regulator maintainers: - Paul Cercueil <paul@crapouillou.net> +allOf: + - $ref: /schemas/power/power-controller.yaml# + properties: compatible: const: active-semi,act8865
@@ -16,12 +19,6 @@ properties: reg: maxItems: 1 - system-power-controller: - description: - Indicates that the ACT8865 is responsible for powering OFF - the system. - type: boolean - active-semi,vsel-high: description: Indicates the VSEL pin is high. If this property is missing,
@@ -79,7 +76,7 @@ properties: inl67-supply: description: Handle to the INL67 input supply -additionalProperties: false +unevaluatedProperties: false required: - reg
diff --git a/Documentation/devicetree/bindings/regulator/active-semi,act8945a.yaml b/Documentation/devicetree/bindings/regulator/active-semi,act8945a.yaml
index a8d579844dc7bcf634bb1e84dccb8cd5d31b96f9..f19d3f0e0784d5efbd2bf06dc0c2a25e45dbac70 100644
--- a/Documentation/devicetree/bindings/regulator/active-semi,act8945a.yaml
+++ b/Documentation/devicetree/bindings/regulator/active-semi,act8945a.yaml@@ -9,6 +9,9 @@ title: Active-semi ACT8945a regulator maintainers: - Paul Cercueil <paul@crapouillou.net> +allOf: + - $ref: /schemas/power/power-controller.yaml# + properties: compatible: const: active-semi,act8945a
@@ -16,12 +19,6 @@ properties: reg: maxItems: 1 - system-power-controller: - description: - Indicates that the ACT8945a is responsible for powering OFF - the system. - type: boolean - active-semi,vsel-high: description: Indicates the VSEL pin is high. If this property is missing,
@@ -127,7 +124,7 @@ properties: - active-semi,chglev-gpios - active-semi,lbo-gpios -additionalProperties: false +unevaluatedProperties: false required: - reg
--
2.37.1