|
@@ -9,7 +9,8 @@ struct usb_phy_gen_xceiv_platform_data {
|
|
|
|
|
|
/* if set fails with -EPROBE_DEFER if can't get regulator */
|
|
/* if set fails with -EPROBE_DEFER if can't get regulator */
|
|
unsigned int needs_vcc:1;
|
|
unsigned int needs_vcc:1;
|
|
- unsigned int needs_reset:1;
|
|
|
|
|
|
+ unsigned int needs_reset:1; /* deprecated */
|
|
|
|
+ int gpio_reset;
|
|
};
|
|
};
|
|
|
|
|
|
#if IS_ENABLED(CONFIG_NOP_USB_XCEIV)
|
|
#if IS_ENABLED(CONFIG_NOP_USB_XCEIV)
|