Revert "usb: dwc2: Skip clock gating on Broadcom SoCs"

The commit d483f034f032 ("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: d483f034f032 ("usb: dwc2: Skip clock gating on Broadcom SoCs")
Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Link: https://lore.kernel.org/r/20241025103621.4780-2-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by Stefan Wahren and committed by Greg Kroah-Hartman f3b31132 075919f6

-1
-1
drivers/usb/dwc2/params.c
··· 23 23 p->max_transfer_size = 65535; 24 24 p->max_packet_count = 511; 25 25 p->ahbcfg = 0x10; 26 - p->no_clock_gating = true; 27 26 } 28 27 29 28 static void dwc2_set_his_params(struct dwc2_hsotg *hsotg)