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:
aba837a
)
OMAPDSS: DSI: Fix PLL_SELFEQDCO field width
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:21:11 +0000
(11:21 +0300)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:33:16 +0000
(11:33 +0300)
PLL_SELFREQDCO bitfield is from bit 3 to 1, but the driver writes bits
from 4 to 1. The bit 4 is 'reserved', so this probably should not cause
any issues, but it's better to fix it.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
No differences found