[PATCH v2 0/3] dt-bindings: Convert TI TPS65217 to DT schema

From: Eduard Bostina

Date: Sat Jul 18 2026 - 17:58:04 EST


This series converts the Texas Instruments TPS65217 PMIC bindings to DT
schema.

Changes in v2:
- Set 'additionalProperties' to false and documented all child nodes
('regulators', 'charger', 'pwrbutton').
- Documented the 'interrupts', 'interrupt-controller', '#interrupt-cells'
and 'ti,pmic-shutdown-controller' properties.
- Dropped 'isink-en' from the schema. It is not read by any driver, so it
is now removed from am335x-guardian.dts instead.
- Added the power button conversion and referenced it from
the leds schema.

Eduard Bostina (3):
ARM: dts: ti: am335x-guardian: Drop unused isink-en property
dt-bindings: input: Convert TI TPS65217 power button to DT schema
dt-bindings: leds: backlight: Convert TPS65217 to DT schema

.../bindings/input/ti,tps65217-pwrbutton.yaml | 42 ++++++
.../bindings/input/tps65218-pwrbutton.txt | 30 -----
.../bindings/leds/backlight/ti,tps65217.yaml | 123 ++++++++++++++++++
.../leds/backlight/tps65217-backlight.txt | 27 ----
arch/arm/boot/dts/ti/omap/am335x-guardian.dts | 3 -
5 files changed, 165 insertions(+), 60 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/ti,tps65217-pwrbutton.yaml
delete mode 100644 Documentation/devicetree/bindings/input/tps65218-pwrbutton.txt
create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti,tps65217.yaml
delete mode 100644 Documentation/devicetree/bindings/leds/backlight/tps65217-backlight.txt

--
2.43.0