--- zzzz-none-000/linux-4.9.231/drivers/usb/host/ehci-platform.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/drivers/usb/host/ehci-platform.c 2022-03-30 12:03:35.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) {