diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-24 14:02:56 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-24 14:05:38 +0100 |
commit | bd47189602f8dce21297669424b0033c7d03bce7 (patch) | |
tree | c849c6c05fbf7d909150f77d7333086516d72402 /target/linux/bmips | |
parent | 22d2c972c47466ba9e1a59aefeca8d9efa08b335 (diff) | |
download | upstream-bd47189602f8dce21297669424b0033c7d03bce7.tar.gz upstream-bd47189602f8dce21297669424b0033c7d03bce7.tar.bz2 upstream-bd47189602f8dce21297669424b0033c7d03bce7.zip |
kernel: backport ehci overcurrent patches
These patches have been accepted for v5.13.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips')
-rw-r--r-- | target/linux/bmips/patches-5.10/300-usb-host-generic-ehci-ignore-oc-device-tree.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/bmips/patches-5.10/300-usb-host-generic-ehci-ignore-oc-device-tree.patch b/target/linux/bmips/patches-5.10/300-usb-host-generic-ehci-ignore-oc-device-tree.patch deleted file mode 100644 index e65dbd9027..0000000000 --- a/target/linux/bmips/patches-5.10/300-usb-host-generic-ehci-ignore-oc-device-tree.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/drivers/usb/host/ehci-platform.c -+++ b/drivers/usb/host/ehci-platform.c -@@ -286,6 +286,9 @@ static int ehci_platform_probe(struct pl - if (of_property_read_bool(dev->dev.of_node, "big-endian")) - ehci->big_endian_mmio = ehci->big_endian_desc = 1; - -+ if (of_property_read_bool(dev->dev.of_node, "ignore-oc")) -+ ehci->ignore_oc = 1; -+ - if (of_property_read_bool(dev->dev.of_node, - "needs-reset-on-resume")) - priv->reset_on_resume = true; |