Skip to content

Commit

Permalink
usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT
Browse files Browse the repository at this point in the history
[ Upstream commit 68ed3f3 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Peter Chen authored and gregkh committed Mar 11, 2021
1 parent 3db17e2 commit febf7d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/cdns3/host.c
Expand Up @@ -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,
};

Expand Down

0 comments on commit febf7d8

Please sign in to comment.