]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DSI: fix DSI channel source initialization
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 22 Feb 2013 11:42:59 +0000 (13:42 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:01 +0000 (15:19 +0300)
commitf10d304e6d4c90a6931363ddca82408441a30b93
treed59ba36a5093710f28559312597f4c3631d0b494
parentbcb0e845a46354204b766fcc54f7e80ad28abeeb
OMAPDSS: DSI: fix DSI channel source initialization

During the initialization of the DSI protocol registers, we always set
the sources of all DSI channels to L4. However, we don't update the
value in the dsi_data, so we may end up with a different value in the
register and in the dsi_data, leading to DSI problems.

This patch fixes the issue by initializing also the channel source in
the dsi_data.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dsi.c