drm/panel: Add panel driver for Ilitek ILI9806E panel
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 5 Jan 2022 19:14:48 +0000 (19:14 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:18 +0000 (11:33 +0000)
commit89a95e312f0daa555cf7a0b4f9944e4613df7074
tree9e712bab4a989e15cb2a9df80f1cea133662366c
parent3f0a1b5c300fcd330debbce878625cc5155e6e5a
drm/panel: Add panel driver for Ilitek ILI9806E panel

The Ilitek ILI9806E driver is used in the Pimoroni HyperPixel4
and potentially other displays. Whilst it can support multiple
interfaces, this driver only accounts for SPI configuration and
DPI video data.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-ilitek-ili9806e.c [new file with mode: 0644]