From 8aa4471448fd145134cb54e2a0f243aa26f6927d Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Tue, 24 Aug 2010 14:47:50 +0900 Subject: [PATCH] s5p: lcd: modify ld9040 panel info --- board/samsung/universal_c110/universal.c | 4 ++-- board/samsung/universal_c210/universal.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/board/samsung/universal_c110/universal.c b/board/samsung/universal_c110/universal.c index 5e8acb8..c42fa0e 100644 --- a/board/samsung/universal_c110/universal.c +++ b/board/samsung/universal_c110/universal.c @@ -2268,8 +2268,8 @@ void init_panel_info(vidinfo_t *vid) vid->vl_hbpd = 16; vid->vl_hfpd = 16; - vid->vl_vspw = 2; - vid->vl_vbpd = 3; + vid->vl_vspw = 1; + vid->vl_vbpd = 2; vid->vl_vfpd = 28; vid->cfg_gpio = lcd_cfg_gpio; diff --git a/board/samsung/universal_c210/universal.c b/board/samsung/universal_c210/universal.c index 3f109de..1b70a56 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -519,8 +519,8 @@ void init_panel_info(vidinfo_t *vid) vid->vl_hbpd = 16; vid->vl_hfpd = 16; - vid->vl_vspw = 2; - vid->vl_vbpd = 3; + vid->vl_vspw = 1; + vid->vl_vbpd = 2; vid->vl_vfpd = 28; vid->cfg_gpio = lcd_cfg_gpio; -- 2.7.4