We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3aa31 commit 49b1418Copy full SHA for 49b1418
1 file changed
drivers/usb/dwc3/core.c
@@ -685,8 +685,11 @@ static int dwc3_ss_phy_setup(struct dwc3 *dwc, int index)
685
686
static int dwc3_hs_phy_setup(struct dwc3 *dwc, int index)
687
{
688
+ unsigned int hw_mode;
689
u32 reg;
690
691
+ hw_mode = DWC3_GHWPARAMS0_MODE(dwc->hwparams.hwparams0);
692
+
693
reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(index));
694
695
/* Select the HS PHY interface */
0 commit comments