Re: [RESEND PATCH] sh: ecovec24: use static device properties to describe the touchscreen
From: Linus Walleij
Date: Wed Sep 16 2026 - 13:20:49 EST
On Mon, Jul 13, 2026 at 11:41 PM Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:
> Convert the board to use static device properties instead of platform
> data to describe the touchscreen, so that support for platform data can
> be removed from tsc2007 driver (ecovec24 is the last board using this
> mechanism of describing tsc2007).
>
> Device properties do not allow custom board methods, so the method for
> getting "pen down" state was removed (the driver is capable of working
> without it). If this functionality is needed proper pin control/gpio
> support needs to be implemented so that the same pin can serve as an
> input GPIO and an interrupt.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Reviewed-by: Linus Walleij <linusw@xxxxxxxxxx>
Yours,
Linus Walleij