OMAPDSS: DSI: fix tlpx_half reg field length
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 24 Sep 2012 06:34:52 +0000 (09:34 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Sep 2012 09:57:51 +0000 (12:57 +0300)
commite84dc1cc1503150e3bc37268a0b0f0bc0097622c
treece2f4596b3847c2c3e90c91f98823ccc11e5caac
parentd557a9cf2f4f9286759cdd1937ce98641fa35583
OMAPDSS: DSI: fix tlpx_half reg field length

tlpx_half bit field in DSI_DSIPHY_CFG1 is [20,16], not [22,16] as
accessed in the code currently. Fix this.

The bug should not have caused any problems on OMAP3/4, as the bits
21,22 are unused. They are used on OMAP5, though.

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