Re: [PATCH v3 4/4] dt-bindings: leds: backlight: Convert TPS65217 to DT schema
Eduard Bostina <[email protected]> Wed, 22 Jul 2026 18:18:46 +0300
| 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 | <CAEFOc610_15k2z-kCtuKkH3M3_ugE6uotvh+=oiYe560UOW=Ow@mail.gmail.com> |
On Wed, Jul 22, 2026 at 10:44, Krzysztof Kozlowski <[email protected]> wrote: > > On Tue, Jul 21, 2026 at 11:21:28AM +0000, Eduard Bostina wrote: > > Convert the Texas Instruments TPS65217 bindings to DT schema. > > > > During the conversion, the following updates were made: > > - Documented the 'regulators', 'charger' and 'pwrbutton' child nodes, > > which are used by the boards but were missing from the old txt > > binding. > > - Documented the 'interrupts', 'interrupt-controller', '#interrupt-cells' > > and 'ti,pmic-shutdown-controller' properties, which are used by the > > am335x boards and read by the driver. > > > > Signed-off-by: Eduard Bostina <[email protected]> > > --- > > .../bindings/leds/backlight/ti,tps65217.yaml | 170 ++++++++++++++++++ > > .../leds/backlight/tps65217-backlight.txt | 27 --- > > Biinding looks fine to me, but as pointed out you missed to remove old > TXT binding. > > Best regards, > Krzysztof > Thanks. Will send v4 that removes regulator/tps65217.txt as well. Should I move the binding to another place (mfd/ or regulator/ as suggested)? leds/backlight/ is arguably wrong now that the schema describes the whole pmic. Eduard