OSDN Git Service

drm/panel: Add Ilitek ILI9881c panel driver
authorMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 29 May 2018 09:49:15 +0000 (11:49 +0200)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Jun 2018 18:03:40 +0000 (20:03 +0200)
commit26aec25593c2ee2e24f9facabcf85abba54bdb37
tree7a808a65fac138e83c0f1063443a383d87fd61af
parent66ddff86f682a635d2beaa1dc90e2a03e83af77e
drm/panel: Add Ilitek ILI9881c panel driver

The LHR050H41 panel is the panel shipped with the BananaPi M2-Magic, and is
based on the Ilitek ILI9881c Controller. Add a driver for it, modelled
after the other Ilitek controller drivers.

Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Link: https://patchwork.freedesktop.org/patch/msgid/acb5453112ab7c7b801cf4f1669e351b391e77e8.1527587352.git-series.maxime.ripard@bootlin.com
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c [new file with mode: 0644]