From 1aa44007a6727fc2eece320b8875ed75e3f85b54 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Thu, 11 Nov 2010 16:36:37 +0900 Subject: [PATCH] s5pc210: correct lcd polarity info --- board/samsung/universal_c210/universal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 7aee3df..e93f9a1 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -1076,8 +1076,8 @@ void init_panel_info(vidinfo_t *vid) vid->vl_hfpd = 16; vid->vl_vspw = 2; - vid->vl_vbpd = 8; - vid->vl_vfpd = 8; + vid->vl_vbpd = 6; + vid->vl_vfpd = 4; vid->cfg_gpio = lcd_cfg_gpio; vid->backlight_on = NULL; -- 2.7.4