ralink: add 3.18 support
[openwrt.git] / target / linux / ramips / patches-3.18 / 0038-USB-add-OHCI-EHCI-OF-binding.patch
1 From ffb27de4760595c356ef619c97f25722c8db28e7 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 38/57] 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/Makefile             |    3 ++-
11  drivers/usb/host/ehci-platform.c |   21 +++++++++++++++++----
12  drivers/usb/host/ohci-platform.c |   37 +++++++++++++++++++++++++++++++------
13  3 files changed, 50 insertions(+), 11 deletions(-)
14
15 --- a/drivers/usb/host/ehci-platform.c
16 +++ b/drivers/usb/host/ehci-platform.c
17 @@ -359,6 +373,7 @@ static int ehci_platform_resume(struct d
18  static const struct of_device_id vt8500_ehci_ids[] = {
19         { .compatible = "via,vt8500-ehci", },
20         { .compatible = "wm,prizm-ehci", },
21 +       { .compatible = "ralink,rt3xxx-ehci", },
22         { .compatible = "generic-ehci", },
23         {}
24  };
25 --- a/drivers/usb/host/ohci-platform.c
26 +++ b/drivers/usb/host/ohci-platform.c
27 @@ -342,6 +358,7 @@ static int ohci_platform_resume(struct d
28  #endif /* CONFIG_PM */
29  
30  static const struct of_device_id ohci_platform_ids[] = {
31 +       { .compatible = "ralink,rt3xxx-ohci", },
32         { .compatible = "generic-ohci", },
33         { }
34  };