From: Peter Chen Date: Fri, 22 May 2020 10:08:31 +0000 (+0800) Subject: usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=68ed3f3d8a057bd34254e885a6306fedc0936e50;p=linux.git usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT cdns3 manages PHY by own DRD driver, so skip the management by HCD core. Reviewed-by: Jun Li Reviewed-by: Pawel Laszczak Signed-off-by: Peter Chen --- diff --git a/drivers/usb/cdns3/host.c b/drivers/usb/cdns3/host.c index de8da737fa25c..f84739327a162 100644 --- a/drivers/usb/cdns3/host.c +++ b/drivers/usb/cdns3/host.c @@ -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, };