diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-04-25 11:46:16 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 15:28:39 +0300 |
commit | d80e02ef343379cfcef211ab4f042fc4a5b26100 (patch) | |
tree | c9269863f5d13b4cd94c1d8a3453b3bf3da8d90a /drivers/video/fbdev/asiliantfb.c | |
parent | dedf2d44336e542d03653f60040938b0adce0a5f (diff) | |
download | linux-d80e02ef343379cfcef211ab4f042fc4a5b26100.tar.bz2 |
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>
Diffstat (limited to 'drivers/video/fbdev/asiliantfb.c')
0 files changed, 0 insertions, 0 deletions