ramips: clean up and refresh kernel patches
[openwrt/staging/mkresin.git] / target / linux / ramips / patches-4.3 / 0030-USB-add-OHCI-EHCI-OF-binding.patch
1 From ef42c519247f677229bcbd1ab622222b165242af Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sun, 27 Jul 2014 09:49:07 +0100
4 Subject: [PATCH 30/53] USB: add OHCI/EHCI OF binding
5
6 based on f3bc64d6d1f21c1b92d75f233a37b75d77af6963
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 ---
10 drivers/usb/host/ehci-platform.c | 1 +
11 drivers/usb/host/ohci-platform.c | 1 +
12 2 files changed, 2 insertions(+)
13
14 --- a/drivers/usb/host/ehci-platform.c
15 +++ b/drivers/usb/host/ehci-platform.c
16 @@ -381,6 +381,7 @@ static int ehci_platform_resume(struct d
17 static const struct of_device_id vt8500_ehci_ids[] = {
18 { .compatible = "via,vt8500-ehci", },
19 { .compatible = "wm,prizm-ehci", },
20 + { .compatible = "ralink,rt3xxx-ehci", },
21 { .compatible = "generic-ehci", },
22 { .compatible = "cavium,octeon-6335-ehci", },
23 {}
24 --- a/drivers/usb/host/ohci-platform.c
25 +++ b/drivers/usb/host/ohci-platform.c
26 @@ -344,6 +344,7 @@ static int ohci_platform_resume(struct d
27 #endif /* CONFIG_PM_SLEEP */
28
29 static const struct of_device_id ohci_platform_ids[] = {
30 + { .compatible = "ralink,rt3xxx-ohci", },
31 { .compatible = "generic-ohci", },
32 { .compatible = "cavium,octeon-6335-ohci", },
33 { }