[AIO] Kernel->drivers:pull down usb pin when reboot
This commit is contained in:
@ -1018,6 +1018,8 @@ static int rk_usb_control_probe(struct platform_device *pdev)
|
||||
ret = err;
|
||||
goto out;
|
||||
}
|
||||
gpio_direction_output(control_usb->host_gpios->gpio, 0);
|
||||
mdelay(2);
|
||||
gpio_direction_output(control_usb->host_gpios->gpio, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user