We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504e0d0 commit fcef351Copy full SHA for fcef351
1 file changed
drivers/usb/dwc3/core.c
@@ -705,8 +705,11 @@ static int dwc3_ss_phy_setup(struct dwc3 *dwc, int index)
705
706
static int dwc3_hs_phy_setup(struct dwc3 *dwc, int index)
707
{
708
+ unsigned int hw_mode;
709
u32 reg;
710
711
+ hw_mode = DWC3_GHWPARAMS0_MODE(dwc->hwparams.hwparams0);
712
+
713
reg = dwc3_readl(dwc->regs, DWC3_GUSB2PHYCFG(index));
714
715
/* Select the HS PHY interface */
0 commit comments