• Tomi Valkeinen's avatar
    OMAPDSS: fix omap2 dss fck handling · 6e555e27
    Tomi Valkeinen authored
    The driver considers OMAP2 DSS's functional clock as a fixed clock.
    However, it can be changed, but the possible dividers are not continuous
    which is why it was just handled as a fixed clock.
    
    As a partial fix, this patch changes the code to handle the continous
    part of the dividers, from 1 to 6. This let's us handle the OMAP2 fck
    the same way as fcks on other OMAPs.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    6e555e27
dss.c 21 KB