drm/panel: Add support for ARM Versatile panels
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 5 Feb 2018 19:20:13 +0000 (20:20 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 7 Feb 2018 08:06:59 +0000 (09:06 +0100)
commitf40f5b87d974655984ce545515e5c9e57b371b3c
tree51407f67df2da6f49e497a59985a5e5c29a56a5c
parent98ae3b26e408d7efd4d9bfa1456a61d62a9be018
drm/panel: Add support for ARM Versatile panels

The ARM reference designs "Versatile AB" and "Versatile PB"
contain panel connectors with autodetection of the connected
panel type. This adds a small driver utilizing the MFD syscon
look-up to read the autodetection register and set up the
corresponding panel appropriately.

In the source file there is a bit of elaboration of the
panel types and interfaces on these boards.

This was tested with the PL111 DRM driver on the ARM Versatile
AB with the IB2 daughterboard.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20180205192013.5349-2-linus.walleij@linaro.org
MAINTAINERS
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile
drivers/gpu/drm/panel/panel-arm-versatile.c [new file with mode: 0644]