s5pc210: reduce lcd power on delay
authorDonghwa Lee <dh09.lee@samsung.com>
Thu, 28 Oct 2010 01:27:17 +0000 (10:27 +0900)
committerDonghwa Lee <dh09.lee@samsung.com>
Thu, 28 Oct 2010 01:27:17 +0000 (10:27 +0900)
board/samsung/universal_c210/universal.c

index 4e408b6..79ad83b 100644 (file)
@@ -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. */