]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
OMAPDSS: DSI: Fix PLL_SELFEQDCO field width
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:21:11 +0000 (11:21 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 22 Oct 2014 08:33:16 +0000 (11:33 +0300)
commita7f91edfdd009f1a282b9359cf6cd1ef797ced9f
treed61692a2eb6a00b2a61417669e10dd63f0bc36f3
parentaba837a280ce9b9be70b172fa8bda3e40a679051
OMAPDSS: DSI: Fix PLL_SELFEQDCO field width

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>
drivers/video/fbdev/omap2/dss/dsi.c