OSDN Git Service

drm/panel: Add Rocktech jh057n00900 panel driver
authorGuido Günther <agx@sigxcpu.org>
Mon, 1 Apr 2019 10:35:35 +0000 (12:35 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 3 Apr 2019 16:44:41 +0000 (18:44 +0200)
commit530b19698dc8ab125068ee3bf946f4cc1aca18fd
treeb1f868557975d8828c2567a1aef9a49bbc21ee13
parent89c30fcb39f345cef7c66386387b71891e12df9d
drm/panel: Add Rocktech jh057n00900 panel driver

Support Rocktech jh057n00900 5.5" 720x1440 TFT LCD panel. It is a MIPI
DSI video mode panel.

The panel seems to use a Sitronix ST7703 look alike (most of the
commands look similar to the ST7703's data sheet but use a different
number of parameters). The initial version of the DSI init sequence
(including sleeps) were provided by the vendor. Sleeps were reduced
considerably though to speed up initialization.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1a9ce687be283c66dfb26d1dfb52a7bf695090fa.1554114302.git.agx@sigxcpu.org
MAINTAINERS
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c [new file with mode: 0644]