kernel: bump 5.4 to 5.4.52
update_kernel.sh refreshed all patches, no human interaction was needed Build system: x86_64 Run-tested: Netgear R7800 (ipq806x) Signed-off-by: John Audia <graysky@archlinux.us>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
--- a/drivers/usb/dwc2/platform.c
|
||||
+++ b/drivers/usb/dwc2/platform.c
|
||||
@@ -430,6 +430,12 @@ static int dwc2_driver_probe(struct plat
|
||||
if (retval)
|
||||
return retval;
|
||||
if (retval)
|
||||
return retval;
|
||||
|
||||
+ /* Enable USB port before any regs access */
|
||||
+ if (readl(hsotg->regs + PCGCTL) & 0x0f) {
|
||||
@@ -11,5 +11,5 @@
|
||||
+ }
|
||||
+
|
||||
hsotg->needs_byte_swap = dwc2_check_core_endianness(hsotg);
|
||||
|
||||
|
||||
retval = dwc2_get_dr_mode(hsotg);
|
||||
|
||||
Reference in New Issue
Block a user