• Tomi Valkeinen's avatar
    OMAPDSS: Fix writes to DISPC_POL_FREQ · d80e02ef
    Tomi Valkeinen authored
    When omapdss writes to DISPC_POL_FREQ register, it always ORs the bits
    with the current contents of the register, never clearing the old ones,
    causing wrong signal polarity settings.
    
    As we write all the bits in DISPC_POL_FREQ, we don't need to care about
    the current contents of the register. So fix the issue by constructing
    new register value from scratch.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    d80e02ef
dispc.c 94.4 KB