[PATCH] dt-bindings: rtc: ingenic,rtc: Use generic power-controller schema
From: Peng Fan (OSS)
Date: Tue Aug 04 2026 - 11:02:08 EST
From: Peng Fan <peng.fan@xxxxxxx>
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: Paul Cercueil <paul@xxxxxxxxxxxxxxx>
Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
V1:
The power-controller.yaml has been merged in dt-schema, so
resend this patch picked from link [1]. A-b tag is kept, since
no changes.
[1] https://lore.kernel.org/all/20260316-power-controller-v1-5-92c80e5e1744@xxxxxxx/
Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml b/Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml
index de9879bdb317..415566d8dba5 100644
--- a/Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/ingenic,rtc.yaml
@@ -11,6 +11,7 @@ maintainers:
allOf:
- $ref: rtc.yaml#
+ - $ref: /schemas/power/power-controller.yaml#
- if:
not:
properties:
@@ -53,12 +54,6 @@ properties:
"#clock-cells":
const: 0
- system-power-controller:
- description: |
- Indicates that the RTC is responsible for powering OFF
- the system.
- type: boolean
-
ingenic,reset-pin-assert-time-ms:
minimum: 0
maximum: 125
--
2.51.0