summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx51/mx51_3stack.c
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2009-12-17 18:58:56 +0800
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:48 -0400
commit3e022cac4409a2eab95bd89961b3bae12bb119d2 (patch)
tree58e9e8ae96026106be0962d0c2aafeb17ff883a8 /arch/arm/mach-mx51/mx51_3stack.c
parent8f10592ec0561f889f203efbe4ce85a4e6474eb2 (diff)
ENGR00119274 TVE: HDTV can not work
1.arrange display port according to choice of different display device 2.for ipu_disp.c: not round pixel clock to even for tvout. 3.cmdline "hdtv" enable 720P, "hdtv=2" enable 720P as primary. Signed-off-by: Jason Chen <b02280@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx51/mx51_3stack.c')
-rw-r--r--arch/arm/mach-mx51/mx51_3stack.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx51/mx51_3stack.c b/arch/arm/mach-mx51/mx51_3stack.c
index 39ddfbb6d0a4..8496569df78a 100644
--- a/arch/arm/mach-mx51/mx51_3stack.c
+++ b/arch/arm/mach-mx51/mx51_3stack.c
@@ -418,9 +418,10 @@ static struct platform_device lcd_wvga_device = {
},
};
+extern int g_di1_tvout;
static void mxc_init_fb(void)
{
-
+ g_di1_tvout = 1;
if (cpu_is_mx51_rev(CHIP_REV_2_0) > 0)
lcd_data.reset = lcd_reset_to2;