pmu:ricoh619&rk808:modify delay time when exit sleep
author张晴 <zhangqing@rock-chips.com>
Sun, 9 Jun 2013 07:23:15 +0000 (15:23 +0800)
committer张晴 <zhangqing@rock-chips.com>
Sun, 9 Jun 2013 07:23:15 +0000 (15:23 +0800)
arch/arm/mach-rk30/board-pmu-ricoh619.c
arch/arm/mach-rk30/board-pmu-rk808.c

index 32e2ca4bbd64602b6226c667cf0cd11ce75e47b2..fd90c91f2b2c6aeb0557e05a6b67c211b0de9cf4 100755 (executable)
@@ -553,7 +553,7 @@ void __sramfunc board_pmu_ricoh619_resume(void)
 {
        #ifdef CONFIG_CLK_SWITCH_TO_32K
        sram_gpio_set_value(pmic_sleep, GPIO_LOW);  
-       sram_udelay(2000);
+       sram_32k_udelay(10000);
        #endif
 }
 
index bfeefb85d578d0b60a414aabce981b4ef69045d3..23efb5855f891aa8ba326a721787c37a4da9eb05 100755 (executable)
@@ -570,7 +570,7 @@ void __sramfunc board_pmu_rk808_resume(void)
 {
        #ifdef CONFIG_CLK_SWITCH_TO_32K
        sram_gpio_set_value(pmic_sleep, GPIO_LOW);  
-       sram_32k_udelay(1000);
+       sram_32k_udelay(10000);
        #endif
 }