diff options
Diffstat (limited to 'drivers/usb/dwc3/dwc3-exynos.c')
-rw-r--r-- | drivers/usb/dwc3/dwc3-exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/dwc3-exynos.c b/drivers/usb/dwc3/dwc3-exynos.c index 8b20c70d91e7..28c8ad79f5e6 100644 --- a/drivers/usb/dwc3/dwc3-exynos.c +++ b/drivers/usb/dwc3/dwc3-exynos.c | |||
@@ -50,6 +50,7 @@ static int dwc3_exynos_register_phys(struct dwc3_exynos *exynos) | |||
50 | 50 | ||
51 | exynos->usb2_phy = pdev; | 51 | exynos->usb2_phy = pdev; |
52 | pdata.type = USB_PHY_TYPE_USB2; | 52 | pdata.type = USB_PHY_TYPE_USB2; |
53 | pdata.gpio_reset = -1; | ||
53 | 54 | ||
54 | ret = platform_device_add_data(exynos->usb2_phy, &pdata, sizeof(pdata)); | 55 | ret = platform_device_add_data(exynos->usb2_phy, &pdata, sizeof(pdata)); |
55 | if (ret) | 56 | if (ret) |