OSDN Git Service

drm/panel: Add driver for Seiko 43WVF1G panel
authorMarco Franchi <marco.franchi@nxp.com>
Thu, 20 Jul 2017 16:12:59 +0000 (13:12 -0300)
committerThierry Reding <treding@nvidia.com>
Fri, 18 Aug 2017 15:10:45 +0000 (17:10 +0200)
commit043652aa3d87e2ea314327b57fde14ae60dd1d1e
tree637d83777546aa15b48d48a08e4c79523ea56d57
parente1641ed8cf64689f3beaff8d3c93037485c544d3
drm/panel: Add driver for Seiko 43WVF1G panel

Add driver for Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480)
TFT with Touch-Panel.

Datasheet available at:
http://www.glyn.de/data/glyn/media/doc/43wvf1g-0.pdf

Seiko 43WVF1G panel has two power supplies: avdd and dvdd and they
require a specific power on/down sequence.
For this reason the simple panel driver cannot be used to drive this
panel, so create a new one heavily based on simple panel.

Based on initial patch submission from Breno Lima.

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1500567179-6967-1-git-send-email-marco.franchi@nxp.com
Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.txt [new file with mode: 0644]
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-seiko-43wvf1g.c [new file with mode: 0644]