mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
rk3066b m701:fix tp 5306 wakeup err
This commit is contained in:
@@ -186,11 +186,7 @@ int ft5306_platform_wakeup(void)
|
||||
{
|
||||
printk("ft5606_platform_wakeup\n");
|
||||
gpio_set_value(TOUCH_RESET_PIN,GPIO_HIGH);
|
||||
mdelay(20);
|
||||
gpio_direction_output(TOUCH_RESET_PIN,GPIO_LOW);
|
||||
mdelay(300);
|
||||
gpio_set_value(TOUCH_RESET_PIN,GPIO_HIGH);
|
||||
mdelay(200);
|
||||
msleep(300);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user