pmu:modify some warning and delay time

This commit is contained in:
张晴
2013-06-19 10:48:19 +08:00
parent eaa788eca9
commit 41f9dc90be
2 changed files with 4 additions and 2 deletions

View File

@@ -517,14 +517,17 @@ void __sramfunc board_pmu_act8846_resume(void)
void __sramfunc board_act8846_set_suspend_vol(void)
{
#ifdef CONFIG_ACT8846_SUPPORT_RESET
if(pmic_is_act8846()){
sram_gpio_set_value(pmic_vsel, GPIO_HIGH);
}
#endif
}
void __sramfunc board_act8846_set_resume_vol(void)
{
#ifdef CONFIG_ACT8846_SUPPORT_RESET
if(pmic_is_act8846()){
sram_gpio_set_value(pmic_vsel, GPIO_LOW);
sram_32k_udelay(10000);
}
#endif
}

View File

@@ -14,7 +14,6 @@ extern int platform_device_register(struct platform_device *pdev);
int tps65910_pre_init(struct tps65910 *tps65910){
int val = 0;
int i = 0;
int err = -1;
printk("%s,line=%d\n", __func__,__LINE__);