From 0d77bc52c4e953714328cc2727da62259ed12dc1 Mon Sep 17 00:00:00 2001 From: Donghwa Lee Date: Thu, 28 Oct 2010 10:27:17 +0900 Subject: [PATCH] s5pc210: reduce lcd power on delay --- 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 4e408b6..79ad83b 100644 --- a/board/samsung/universal_c210/universal.c +++ b/board/samsung/universal_c210/universal.c @@ -813,8 +813,8 @@ void init_panel_info(vidinfo_t *vid) vid->enable_ldo = ld9040_enable_ldo; vid->init_delay = 0; - vid->power_on_delay = 30000; - vid->reset_delay = 20000; + vid->power_on_delay = 10000; + vid->reset_delay = 10000; vid->interface_mode = FIMD_RGB_INTERFACE; /* board should be detected at here. */ -- 2.7.4