]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blobdiff - drivers/usb/phy/tegra-otg.c
Revert "usb: tegra: increase delay for y-cable detection on tn8"
[sojka/nv-tegra/linux-3.10.git] / drivers / usb / phy / tegra-otg.c
index dbea93ecc56977d0c61e29351585d5c315106956..953778fcd064aebb1a98a5f02cdb0cbe46760da2 100644 (file)
@@ -449,8 +449,7 @@ static void irq_work(struct work_struct *work)
        unsigned long status;
 
        /* Adding delay for proper detection of y-cable */
-       if (tegra->support_y_cable && otg->phy->state == OTG_STATE_A_SUSPEND)
-               msleep(400);
+       msleep(150);
 
        mutex_lock(&tegra->irq_work_mutex);