[PATCH v4 0/4] dt-bindings: Convert TI TPS65217 to DT schema
Eduard Bostina <[email protected]> Thu, 23 Jul 2026 10:05:58 +0000
| Newsgroups | org.kernel.vger.linux-omap,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel,org.kernel.vger.linux-leds |
|---|---|
| Message-ID | <[email protected]> |
This series converts the Texas Instruments TPS65217 PMIC bindings to DT schema. Changes in v4: - Removed the regulator/tps65217.txt binding. It documented the same 'ti,tps65217' compatible and is now fully covered by the new schema. Link to v3: https://lore.kernel.org/all/[email protected]/ The binding covers the whole PMIC, so leds/backlight/ may not be the best location. I can move it to mfd/ or regulator/ if preferred. Eduard Bostina (4): ARM: dts: ti: am335x-guardian: Drop unused isink-en property ARM: dts: Rename the TPS65217 regulator nodes 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 | 170 ++++++++++++++++++ .../leds/backlight/tps65217-backlight.txt | 27 --- .../bindings/regulator/tps65217.txt | 78 -------- .../boot/dts/ti/omap/am335x-bone-common.dtsi | 14 +- .../arm/boot/dts/ti/omap/am335x-chilisom.dtsi | 14 +- arch/arm/boot/dts/ti/omap/am335x-guardian.dts | 17 +- arch/arm/boot/dts/ti/omap/am335x-nano.dts | 14 +- .../dts/ti/omap/am335x-osd335x-common.dtsi | 14 +- arch/arm/boot/dts/ti/omap/am335x-pepper.dts | 14 +- arch/arm/boot/dts/ti/omap/am335x-shc.dts | 31 +--- arch/arm/boot/dts/ti/omap/am335x-sl50.dts | 14 +- arch/arm/boot/dts/tps65217.dtsi | 31 +--- 14 files changed, 275 insertions(+), 235 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 delete mode 100644 Documentation/devicetree/bindings/regulator/tps65217.txt -- 2.43.0