drm/panel: Add driver for Sony ACX424AKP panel
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 9 Jan 2020 07:28:15 +0000 (08:28 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Thu, 9 Jan 2020 14:12:12 +0000 (15:12 +0100)
commit8152c2bfd780398773435bf6eb1e3841f83de209
treea57dd89168e1425e7a5082b3e5d9cdbd2befcc89
parent5d50bd440bc2ff815e9837e4a270fd0c5f3c6f73
drm/panel: Add driver for Sony ACX424AKP panel

The Sony ACX424AKP is a command/videomode DSI panel for
mobile devices. It is used on the ST-Ericsson HREF520
reference design. We support video mode by default, but
it is possible to switch the panel into command mode
by using the bool property "dsi-command-mode".

Cc: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200109072815.334867-1-linus.walleij@linaro.org
MAINTAINERS
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-sony-acx424akp.c [new file with mode: 0644]