drm/vc4: Fix DSI T_INIT timing. 07/148507/2
authorEric Anholt <eric@anholt.net>
Tue, 27 Jun 2017 19:58:32 +0000 (12:58 -0700)
committerInki Dae <inki.dae@samsung.com>
Fri, 8 Sep 2017 05:04:43 +0000 (14:04 +0900)
commit2ac76646b3af0ce080f3c3797108411ee40b5471
tree13a88ae3531317f03b6359e0044cccfc64a5962d
parent4974ffe4a4e3fd2c907fc00e258ae60a33869f22
drm/vc4: Fix DSI T_INIT timing.

The DPHY spec requires a much larger T_INIT than I was specifying
before.  In the absence of clear specs from the slave of what their
timing is, just use the value that the firmware was using.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: http://patchwork.freedesktop.org/patch/msgid/20170627195839.3338-2-eric@anholt.net
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
(cherry picked from commit e65d51126f89a0d67ee6c5df58363730b1410ab5)

[inki.dae: apply from rpi3-4.9.y]
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Change-Id: Ice356806cba9d0bb5a786e58d8835f79527d404a
drivers/gpu/drm/vc4/vc4_dsi.c