mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
phonepad:modify mu509 shutdown time
This commit is contained in:
@@ -93,7 +93,6 @@ int modem_poweron_off(int on_off)
|
||||
{
|
||||
MODEMDBG("------------modem_poweroff\n");
|
||||
gpio_set_value(pdata->bp_power, GPIO_LOW);
|
||||
msleep(2500);
|
||||
gpio_set_value(pdata->bp_power, GPIO_HIGH);
|
||||
msleep(2500);
|
||||
gpio_set_value(pdata->bp_power, GPIO_LOW);
|
||||
|
||||
Reference in New Issue
Block a user