[PATCH 0/2] dt-bindings: regulator: Use generic power-controller schema
"Peng Fan (OSS)" <[email protected]>
| Newsgroups | gmane.linux.drivers.devicetree,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
The generic power-controller.yaml schema has been added to dt-schema, providing a common definition for the `system-power-controller` boolean property. Convert regulator bindings that locally define this property to instead reference the shared schema. The common change across all patches is: - Add a $ref to /schemas/power/power-controller.yaml# - Remove the local `system-power-controller` property definition - Switch from additionalProperties to unevaluatedProperties This is a pick of the regulator patches from [1], rebased to linux-next/master, no changes. A-b tags are kept, because they are cleanly applied using "b4 shazam". [1] https://lore.kernel.org/all/177523251875.1559844.9690289848283345069.b4-ty@b4/ Signed-off-by: Peng Fan <[email protected]> --- Peng Fan (2): dt-bindings: regulator: ti,tps65219: Use generic power-controller schema dt-bindings: regulator: act8x: Use generic power-controller schema .../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 ++++------- Documentation/devicetree/bindings/regulator/ti,tps65219.yaml | 8 ++------ 5 files changed, 18 insertions(+), 34 deletions(-) --- base-commit: 9a4cdc958dd79fc6c3b20b51a10debec6ca09fec change-id: 20260804-regulator-syspower-3ca6ed43d911 Best regards, -- Peng Fan <[email protected]>