--- zzzz-none-000/linux-4.9.276/drivers/usb/host/ehci-platform.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/usb/host/ehci-platform.c 2023-04-05 08:19:02.000000000 +0000 @@ -259,6 +259,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) {