]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/panel: simple: Add delay timing for Sharp LQ123P1JX31
authorYakir Yang <ykk@rock-chips.com>
Thu, 21 Jul 2016 13:14:34 +0000 (21:14 +0800)
committerThierry Reding <treding@nvidia.com>
Wed, 24 Aug 2016 14:19:48 +0000 (16:19 +0200)
commita42f6e3f8f0351abe91a97108e33083e6cfafc34
treecfc4e35690d55751c4606802dcef0bd4df4767ec
parent1a9d759331b832c3d667d9473661497faada6df8
drm/panel: simple: Add delay timing for Sharp LQ123P1JX31

According to page 16 of the Sharp LQ123P1JX31 datasheet, we need to add
the missing delay timing. Panel prepare time should be t1 (0.5 to 10 ms)
plus t3 (0 to 100 ms), panel enable time should equal to t7 (0 to 50 ms)
and panel unprepare time should be t11 (1 to 50 ms) plus t12 (500 ms).

Signed-off-by: Yakir Yang <ykk@rock-chips.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/panel/panel-simple.c