diff mbox series

[8/8] usb: cdns3: host: add xhci_plat_priv's flag skip_phy_initialization

Message ID 20200522103256.16322-9-peter.chen@nxp.com (mailing list archive)
State New, archived
Headers show
Series usb: cdns3: add runtime PM support | expand

Commit Message

Peter Chen May 22, 2020, 10:32 a.m. UTC
cdns3 manages PHY by own DRD driver, so skip the management by
HCD core.

Signed-off-by: Peter Chen <peter.chen@nxp.com>
---
 drivers/usb/cdns3/host.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/usb/cdns3/host.c b/drivers/usb/cdns3/host.c
index 030d6421abd3..d681c3db25cd 100644
--- a/drivers/usb/cdns3/host.c
+++ b/drivers/usb/cdns3/host.c
@@ -24,6 +24,7 @@ 
 #define LPM_2_STB_SWITCH_EN	(1 << 25)
 
 static const struct xhci_plat_priv xhci_plat_cdns3_xhci = {
+	.skip_phy_initialization = 1,
 	.suspend_quirk = xhci_cdns3_suspend_quirk,
 };