]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita071528834307aa9787398c919588e0f971eb0ad
treece2f4596b3847c2c3e90c91f98823ccc11e5caac
parent65aecb7e6b69cbfb8c57c555a181ee7771a11990
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