Re: [PATCH v3 4/4] dt-bindings: leds: backlight: Convert TPS65217 to DT schema
From: Eduard Bostina
Date: Wed Jul 22 2026 - 11:28:42 EST
On Wed, Jul 22, 2026 at 10:44, Krzysztof Kozlowski <krzk@xxxxxxxxxx> 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 <egbostina@xxxxxxxxx>
> > ---
> > .../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