]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/usb/usb_phy_gen_xceiv.h
Merge remote-tracking branch 'usb-gadget/next'
[karo-tx-linux.git] / include / linux / usb / usb_phy_gen_xceiv.h
index 11d85b9c1b081af6a9f4f30ac3c1458766ed4238..cc8d818a83be40f58ae5ce29a60b08ca9b0ea8f5 100644 (file)
@@ -9,7 +9,8 @@ struct usb_phy_gen_xceiv_platform_data {
 
        /* if set fails with -EPROBE_DEFER if can't get regulator */
        unsigned int needs_vcc:1;
-       unsigned int needs_reset:1;
+       unsigned int needs_reset:1;     /* deprecated */
+       int gpio_reset;
 };
 
 #if defined(CONFIG_NOP_USB_XCEIV) || (defined(CONFIG_NOP_USB_XCEIV_MODULE) && defined(MODULE))