usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT
authorPeter Chen <peter.chen@nxp.com>
Fri, 22 May 2020 10:08:31 +0000 (18:08 +0800)
committerPeter Chen <peter.chen@nxp.com>
Thu, 10 Dec 2020 00:45:26 +0000 (08:45 +0800)
cdns3 manages PHY by own DRD driver, so skip the management by
HCD core.

Reviewed-by: Jun Li <jun.li@nxp.com>
Reviewed-by: Pawel Laszczak <pawell@cadence.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/cdns3/host.c

index de8da737fa25cca0703625c6584a786e9e00f04a..f84739327a162b413bedba1536ff04dede92024d 100644 (file)
@@ -24,6 +24,7 @@
 #define LPM_2_STB_SWITCH_EN    BIT(25)
 
 static const struct xhci_plat_priv xhci_plat_cdns3_xhci = {
+       .quirks = XHCI_SKIP_PHY_INIT,
        .suspend_quirk = xhci_cdns3_suspend_quirk,
 };