summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPedro Perez de Heredia <pedro.perez@digi.com>2011-12-20 10:53:04 +0100
committerPedro Perez de Heredia <pedro.perez@digi.com>2011-12-21 13:43:27 +0100
commit3cacba09e04f31277f08e08d55f6117202a38f56 (patch)
tree908be43e4ba3da6b1c4bd50a0f2f135001eb7f7a /drivers
parentf92cadcfab15388520fd241062d7b5618a4bee19 (diff)
ccxmx53: preliminary VGA support
This commit adds preliminary support for the VGA interface on the ccxmx53 modules, through the TVE decoder. There are some pending patches that have to be applied on the ipu drivers, in order to have a more clear image on this interface. Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/mxc/mxc_ipuv3_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/mxc_ipuv3_fb.c b/drivers/video/mxc/mxc_ipuv3_fb.c
index 1d6b94f7cd23..13e80524cb4c 100644
--- a/drivers/video/mxc/mxc_ipuv3_fb.c
+++ b/drivers/video/mxc/mxc_ipuv3_fb.c
@@ -465,7 +465,7 @@ static int mxcfb_set_par(struct fb_info *fbi)
}
if (fbi->var.vmode & FB_VMODE_ODD_FLD_FIRST) /* PAL */
sig_cfg.odd_field_first = true;
- if (mxc_fbi->ipu_int_clk || !(fbi->var.sync & FB_SYNC_EXT))
+ if (mxc_fbi->ipu_int_clk)
sig_cfg.int_clk = true;
if (fbi->var.sync & FB_SYNC_HOR_HIGH_ACT)
sig_cfg.Hsync_pol = true;