]> Git Repo - linux.git/blobdiff - drivers/usb/phy/phy-generic.c
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / usb / phy / phy-generic.c
index fdcffebf415cda91f0c65bd9a048f0a8a988da15..e7d50e0a1612389a427e0cbaefcae3c1bbea8458 100644 (file)
@@ -71,6 +71,7 @@ static void nop_reset(struct usb_phy_generic *nop)
        gpiod_set_value_cansleep(nop->gpiod_reset, 1);
        usleep_range(10000, 20000);
        gpiod_set_value_cansleep(nop->gpiod_reset, 0);
+       usleep_range(10000, 30000);
 }
 
 /* interface to regulator framework */
This page took 0.034692 seconds and 4 git commands to generate.