diff options
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 2b11e046d391..0679b8ad2d1e 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c | |||
@@ -597,7 +597,8 @@ static struct s3c_fb_pd_win origen_fb_win0 = { | |||
597 | static struct s3c_fb_platdata origen_lcd_pdata __initdata = { | 597 | static struct s3c_fb_platdata origen_lcd_pdata __initdata = { |
598 | .win[0] = &origen_fb_win0, | 598 | .win[0] = &origen_fb_win0, |
599 | .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB, | 599 | .vidcon0 = VIDCON0_VIDOUT_RGB | VIDCON0_PNRMODE_RGB, |
600 | .vidcon1 = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC, | 600 | .vidcon1 = VIDCON1_INV_HSYNC | VIDCON1_INV_VSYNC | |
601 | VIDCON1_INV_VCLK, | ||
601 | .setup_gpio = exynos4_fimd0_gpio_setup_24bpp, | 602 | .setup_gpio = exynos4_fimd0_gpio_setup_24bpp, |
602 | }; | 603 | }; |
603 | 604 | ||