linux/drivers/gpu/drm/pl111
Linus Walleij 52289a07a0 drm/pl111: Insert delay before powering up PL11x
The old codebase has a delay between enabling and powering up the
PL11x.

According to the manual for PL110, ARM DDI 0161E page 1-5 and
the PL111 manual ARM DDI 0293C page 1-6, the power sequence should
be such that once Vdd is stable (which we assume it is at boot)
LCDEN is enabled first and then CLPOWER should be enabled
"after the signals have stabilized" and this is said to
be display-dependent. The old codebase uses 20ms.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20170908124709.4758-5-linus.walleij@linaro.org
2017-09-10 23:58:29 +02:00
..
Kconfig drm/pl111: Replace custom connector with panel bridge 2017-09-10 23:58:02 +02:00
Makefile drm/pl111: Replace custom connector with panel bridge 2017-09-10 23:58:02 +02:00
pl111_debugfs.c drm/pl111: Add all registers to debugfs 2017-09-10 23:57:57 +02:00
pl111_display.c drm/pl111: Insert delay before powering up PL11x 2017-09-10 23:58:29 +02:00
pl111_drm.h drm/pl111: Enable PL110 variant 2017-09-10 23:58:16 +02:00
pl111_drv.c drm/pl111: Enable PL110 variant 2017-09-10 23:58:16 +02:00