commit | d80e02ef343379cfcef211ab4f042fc4a5b26100 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Apr 25 11:46:16 2014 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri May 09 15:28:39 2014 +0300 |
tree | c9269863f5d13b4cd94c1d8a3453b3bf3da8d90a | |
parent | dedf2d44336e542d03653f60040938b0adce0a5f [diff] |
OMAPDSS: Fix writes to DISPC_POL_FREQ 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: Tomi Valkeinen <tomi.valkeinen@ti.com>