Skip to content

Commit f3b3113

Browse files
lategoodbyegregkh
authored andcommitted
Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"
The commit d483f03 ("usb: dwc2: Skip clock gating on Broadcom SoCs") introduced a regression on Raspberry Pi 3 B Plus, which prevents enumeration of the onboard Microchip LAN7800 in case no external USB device is connected during boot. Fixes: d483f03 ("usb: dwc2: Skip clock gating on Broadcom SoCs") Signed-off-by: Stefan Wahren <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 075919f commit f3b3113

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/dwc2/params.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ static void dwc2_set_bcm_params(struct dwc2_hsotg *hsotg)
2323
p->max_transfer_size = 65535;
2424
p->max_packet_count = 511;
2525
p->ahbcfg = 0x10;
26-
p->no_clock_gating = true;
2726
}
2827

2928
static void dwc2_set_his_params(struct dwc2_hsotg *hsotg)

0 commit comments

Comments
 (0)