summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx37
diff options
context:
space:
mode:
authorJason Chen <b02280@freescale.com>2009-12-17 18:58:56 +0800
committerDavid Ungar <david.ungar@timesys.com>2010-04-19 17:03:41 -0400
commitf6cb8f127cb830c8a1890f076f16a0ba31677f56 (patch)
tree58e9e8ae96026106be0962d0c2aafeb17ff883a8 /arch/arm/mach-mx37
parent516bfcaa258f6c6a990568b7ac3ff1a653b53846 (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-mx37')
-rw-r--r--arch/arm/mach-mx37/mx37_3stack.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx37/mx37_3stack.c b/arch/arm/mach-mx37/mx37_3stack.c
index ce2ff2b47f8d..c1be8aeb1983 100644
--- a/arch/arm/mach-mx37/mx37_3stack.c
+++ b/arch/arm/mach-mx37/mx37_3stack.c
@@ -398,8 +398,10 @@ static struct platform_device mxc_fb_device[] = {
},
};
+extern int g_di1_tvout;
static void mxc_init_fb(void)
{
+ g_di1_tvout = 1;
(void)platform_device_register(&mxc_fb_device[0]);
(void)platform_device_register(&mxc_fb_device[1]);
(void)platform_device_register(&mxc_fb_device[2]);