--- zzzz-none-000/linux-4.9.231/drivers/usb/host/ehci-platform.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5530-730/linux-4.9.231/drivers/usb/host/ehci-platform.c 2022-08-31 08:19:49.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) {