rk3168_86v: mdelay(100),avoid splash screen
authorhjc <hjc@rock-chips.com>
Wed, 30 Jan 2013 03:03:34 +0000 (11:03 +0800)
committerhjc <hjc@rock-chips.com>
Wed, 30 Jan 2013 03:03:34 +0000 (11:03 +0800)
arch/arm/mach-rk30/board-rk3168-86v.c

index 16d5a1ceeafe56483a0b869a30252bf26cf5874f..1a47cd160032a2df5476d6b7ce85c310882251b1 100755 (executable)
@@ -269,7 +269,7 @@ static int rk29_backlight_pwm_resume(void)
        gpio_free(pwm_gpio);
        iomux_set(PWM_MODE);
 #ifdef  LCD_DISP_ON_PIN
-       msleep(30);
+       msleep(130);
        gpio_direction_output(BL_EN_PIN, 1);
        gpio_set_value(BL_EN_PIN, BL_EN_VALUE);
 #endif