From 647da50e48290b5ffa963fba22674c9168f88766 Mon Sep 17 00:00:00 2001 From: Tushar Behera Date: Thu, 29 Dec 2011 16:48:08 +0900 Subject: [PATCH] --- yaml --- r: 286167 b: refs/heads/master c: 815ed6fc0a4d82bb39ed43d230c4e516214987e7 h: refs/heads/master i: 286165: 20bb00617f9ee1f764eb303e2eb21ae7a5281c26 286163: b7c9f76501c553c0e1d3a7d3aaae7ee3b79bec07 286159: e15685bcbdec806aadcb66d386d7cd1786c95bdc v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos/mach-origen.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0e5bb9c6bf74..571e42a7362f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6e11e0bd82ecacd13b839558a49f65ebc958e1bd +refs/heads/master: 815ed6fc0a4d82bb39ed43d230c4e516214987e7 diff --git a/trunk/arch/arm/mach-exynos/mach-origen.c b/trunk/arch/arm/mach-exynos/mach-origen.c index 2b11e046d391..0679b8ad2d1e 100644 --- a/trunk/arch/arm/mach-exynos/mach-origen.c +++ b/trunk/arch/arm/mach-exynos/mach-origen.c @@ -597,7 +597,8 @@ static struct s3c_fb_pd_win origen_fb_win0 = { static struct s3c_fb_platdata origen_lcd_pdata __initdata = { .win[0] = &origen_fb_win0, .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB, - .vidcon1 = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC, + .vidcon1 = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC | + VIDCON1_INV_VCLK, .setup_gpio = exynos4_fimd0_gpio_setup_24bpp, };