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)
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>

No differences found