mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
pmu:modify some warning and delay time
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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__);
|
||||
|
||||
Reference in New Issue
Block a user