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, 21 Mar 2022 16:04:41 +0000 (16:04 +0000)
commit4d95305f8982feea0c81bea31e2598339f3875c6
tree2fffa2db37bafb3f7e15c2e937a788e21272cba1
parentf1469c1af63a729a62dbacd6081355b48ddabf44
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]