• T
    OMAPDSS: DPI: Fix wrong pixel clock limit · 72e5512a
    Tomi Valkeinen 提交于
    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: NTomi Valkeinen <tomi.valkeinen@ti.com>
    Cc: NeilBrown <neilb@suse.de>
    72e5512a
dpi.c 15.4 KB