OMAPDSS: DPI: Fix wrong pixel clock limit
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 12 Jun 2013 06:44:52 +0000 (09:44 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 26 Jun 2013 12:56:06 +0000 (15:56 +0300)
commit72e5512ade915862035679ca51c4645c7fb5f1ca
tree7ae7ea80b461a5a9c6fd0a8561de742330b01cba
parentf5725af59c7dfd00809eb08ad5602b1fba58bc0f
OMAPDSS: DPI: Fix wrong pixel clock limit

DPI is supposed to skip odd dividers in the clock path when the pixel
clock is higher than 100MHz. The code, however, defines the pixel clock
limit as 1MHz. This causes the driver to skip valid clock dividers,
possibly making the pixel clock to be further away from the requested
one than necessary.

Fix the clock limit to 100MHz.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: NeilBrown <neilb@suse.de>
drivers/video/omap2/dss/dpi.c