Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux
[cascardo/linux.git] / include / linux / usb / usb_phy_generic.h
index 68adae8..c13632d 100644 (file)
@@ -2,6 +2,7 @@
 #define __LINUX_USB_NOP_XCEIV_H
 
 #include <linux/usb/otg.h>
+#include <linux/gpio/consumer.h>
 
 struct usb_phy_generic_platform_data {
        enum usb_phy_type type;
@@ -11,6 +12,7 @@ struct usb_phy_generic_platform_data {
        unsigned int needs_vcc:1;
        unsigned int needs_reset:1;     /* deprecated */
        int gpio_reset;
+       struct gpio_desc *gpiod_vbus;
 };
 
 #if IS_ENABLED(CONFIG_NOP_USB_XCEIV)