aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.3
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-01-04 14:21:11 +0000
committerJohn Crispin <blogic@openwrt.org>2016-01-04 14:21:11 +0000
commit929d3a24b014450ce80975c72e45687e3bd880ce (patch)
tree5b0526c87f0ec15c21b95782b60f2ad0177030fa /target/linux/ramips/patches-4.3
parentd6a84eed7a201fc525cf6f2bfba303407221cd80 (diff)
downloadmaster-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.tar.gz
master-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.tar.bz2
master-187ad058-929d3a24b014450ce80975c72e45687e3bd880ce.zip
ralink: fix USB compatible strings
switch to the upstream compatible strings for ehci and ohci support. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-4.3')
-rw-r--r--target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch b/target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch
deleted file mode 100644
index 5e07d12ba0..0000000000
--- a/target/linux/ramips/patches-4.3/0030-USB-add-OHCI-EHCI-OF-binding.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From ef42c519247f677229bcbd1ab622222b165242af Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Sun, 27 Jul 2014 09:49:07 +0100
-Subject: [PATCH 30/53] USB: add OHCI/EHCI OF binding
-
-based on f3bc64d6d1f21c1b92d75f233a37b75d77af6963
-
-Signed-off-by: John Crispin <blogic@openwrt.org>
----
- drivers/usb/host/ehci-platform.c | 1 +
- drivers/usb/host/ohci-platform.c | 1 +
- 2 files changed, 2 insertions(+)
-
---- a/drivers/usb/host/ehci-platform.c
-+++ b/drivers/usb/host/ehci-platform.c
-@@ -381,6 +381,7 @@ static int ehci_platform_resume(struct d
- static const struct of_device_id vt8500_ehci_ids[] = {
- { .compatible = "via,vt8500-ehci", },
- { .compatible = "wm,prizm-ehci", },
-+ { .compatible = "ralink,rt3xxx-ehci", },
- { .compatible = "generic-ehci", },
- { .compatible = "cavium,octeon-6335-ehci", },
- {}
---- a/drivers/usb/host/ohci-platform.c
-+++ b/drivers/usb/host/ohci-platform.c
-@@ -344,6 +344,7 @@ static int ohci_platform_resume(struct d
- #endif /* CONFIG_PM_SLEEP */
-
- static const struct of_device_id ohci_platform_ids[] = {
-+ { .compatible = "ralink,rt3xxx-ohci", },
- { .compatible = "generic-ohci", },
- { .compatible = "cavium,octeon-6335-ohci", },
- { }