drm/panel: Add panel driver for TDO Y17B based panels
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 26 Jan 2022 16:02:31 +0000 (16:02 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:41 +0000 (16:04 +0000)
commit68e8473f953124875dc66d016a755e1df3709ad8
tree2bf211b5f0b3b12d2b46ba7f7876c8ba4de7887e
parent4d95305f8982feea0c81bea31e2598339f3875c6
drm/panel: Add panel driver for TDO Y17B based panels

The Top DisplayOptoelectronics (TDO) T17B driver chip is used
in the TL040HDS20CT panel (found in the Pimoroni HyperPixel4
Square display) and potentially other displays.
The driver chip supports SPI for  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-tdo-y17p.c [new file with mode: 0644]