--- zzzz-none-000/linux-5.4.213/drivers/usb/host/ehci-platform.c 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/drivers/usb/host/ehci-platform.c 2024-05-29 11:20:02.000000000 +0000 @@ -325,6 +325,8 @@ hcd->has_tt = 1; if (pdata->reset_on_resume) priv->reset_on_resume = true; + if (pdata->ignore_oc) + ehci->ignore_oc = 1; #ifndef CONFIG_USB_EHCI_BIG_ENDIAN_MMIO if (ehci->big_endian_mmio) {