NOP USB transceiver should be selected when Exynos platforms are
enabled. Because it need initialize usb phy platform device for
binding related phy driver when exynos gule are probing. If NOP USB
transceiver is disabled, during dwc3-exynos probing process, the
driver can not find transceivers of both USB2 and USB3 PHY.

Cc: Anton Tikhomirov <av.tikhomi...@samsung.com>
Signed-off-by: Huang Rui <ray.hu...@amd.com>
---
 drivers/usb/dwc3/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index 49e6215..6702db1 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -54,6 +54,7 @@ config USB_DWC3_OMAP
 
 config USB_DWC3_EXYNOS
        tristate "Samsung Exynos Platform"
+       select NOP_USB_XCEIV
        default USB_DWC3
        help
          Recent Exynos5 SoCs ship with one DesignWare Core USB3 IP inside,
-- 
1.7.10.4


--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to