]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: Add a driver for the TPO TPG110
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2019 17:54:06 +0000 (18:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 11 Jan 2019 18:51:09 +0000 (19:51 +0100)
commit3c4477e9157045de8807d0cf83c4816818d99c9b
tree15aa0b4ba52f19687061e393e98bf6538aa72247
parentc1ab5d547a8ee6672763716402fcfb28545c7a16
drm/panel: Add a driver for the TPO TPG110

The TPO (Toppoly) TPG110 is a pretty generic display driver
similar in vein to the Ilitek 93xx devices. It is not a panel
per se but a driver used with several low-cost noname panels.

This is used on the Nomadik NHK15 combined with a OSD
OSD057VA01CT display for WVGA 800x480.

The driver is pretty minimalistic right now but can be
extended to handle non-default polarities, gamma correction
etc.

The driver is based on the baked-in code in
drivers/video/fbdev/amba-clcd-nomadik.c which will be
decomissioned once this us upstream.

Cc: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Acked-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190111175406.27646-1-linus.walleij@linaro.org
MAINTAINERS
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-tpo-tpg110.c [new file with mode: 0644]