mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
rk3066b: m701: update for tp wakeup error.
This commit is contained in:
@@ -180,9 +180,11 @@ int ft5306_platform_sleep(void)
|
||||
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(300);
|
||||
gpio_set_value(TOUCH_RESET_PIN,GPIO_HIGH);
|
||||
mdelay(200);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user