From: Tomi Valkeinen Date: Mon, 24 Sep 2012 06:34:52 +0000 (+0300) Subject: OMAPDSS: DSI: fix tlpx_half reg field length X-Git-Tag: v3.7-rc1~48^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84dc1cc1503150e3bc37268a0b0f0bc0097622c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed