[PATCH 04/10] dt-bindings: mfd: ricoh,rn5t618: Use generic power-controller schema
"Peng Fan (OSS)" <[email protected]> Tue, 04 Aug 2026 22:16:39 +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]> Convert the binding to use the generic power-controller schema instead by referencing power-controller.yaml and removing the local `system-power-controller` property. Signed-off-by: Peng Fan <[email protected]> --- Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml b/Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml index e3d64307b531..d81691f4d574 100644 --- a/Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml +++ b/Documentation/devicetree/bindings/mfd/ricoh,rn5t618.yaml @@ -18,6 +18,7 @@ description: | The RC5T619 additionally includes USB charger detection and an RTC. allOf: + - $ref: /schemas/power/power-controller.yaml# - if: properties: compatible: @@ -68,15 +69,10 @@ properties: interrupts: maxItems: 1 - system-power-controller: - type: boolean - description: | - See Documentation/devicetree/bindings/power/power-controller.txt - regulators: type: object -additionalProperties: false +unevaluatedProperties: false required: - compatible -- 2.51.0