On Thu, Feb 19, 2026 at 06:51:19PM +0100, Dario Binacchi wrote: > Add support for the Rocktech RK050HR345-CT106A RGB panel. This model > uses an Ilitek ILI9806E controller over the SPI bus for initialization > and register configuration only. > > The driver is designed to be easily extensible to support other panels > with different sequences and timings by providing a specific descriptor > structure for each model. > > Signed-off-by: Dario Binacchi <[email protected]> > --- > > drivers/video/Kconfig | 8 + > drivers/video/Makefile | 1 + > drivers/video/ilitek-ili9806e.c | 354 ++++++++++++++++++++++++++++++++ > 3 files changed, 363 insertions(+) > create mode 100644 drivers/video/ilitek-ili9806e.c > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index 08c9b0207884..c78d6540855a 100644 > --- a/drivers/video/Kconfig > +++ b/drivers/video/Kconfig > @@ -552,6 +552,14 @@ config VIDEO_LCD_HIMAX_HX8394 > Say Y here if you want to enable support for Himax HX8394 > dsi 4dl panel. > > +config VIDEO_LCD_ILITEK_ILI9806E > + tristate "Ilitek ILI9806E-based panels"
"tristate" is wrong for U-Boot, it should be bool. -- Tom
signature.asc
Description: PGP signature

