{
#ifdef CONFIG_CLK_SWITCH_TO_32K
sram_gpio_set_value(pmic_sleep, GPIO_LOW);
- sram_32k_udelay(1000);
+ sram_32k_udelay(10000);
#endif
}
void __sramfunc board_act8846_set_suspend_vol(void)
{
#ifdef CONFIG_ACT8846_SUPPORT_RESET
sram_gpio_set_value(pmic_vsel, GPIO_LOW);
- sram_32k_udelay(1000);
+ sram_32k_udelay(10000);
#endif
}
{
#ifdef CONFIG_CLK_SWITCH_TO_32K
sram_gpio_set_value(pmic_sleep, GPIO_LOW);
- sram_32k_udelay(2000);
+ sram_32k_udelay(10000);
#endif
}
static struct tps65910_board tps65910_data = {
{
#ifdef CONFIG_CLK_SWITCH_TO_32K
sram_gpio_set_value(pmic_sleep, GPIO_LOW);
- sram_32k_udelay(2000);
+ sram_32k_udelay(10000);
#endif
}
static struct wm831x_pdata wm831x_platdata = {