git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d557a9c
)
OMAPDSS: DSI: fix tlpx_half reg field length
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Mon, 24 Sep 2012 06:34:52 +0000
(09:34 +0300)
committer
Tomi 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