aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-13 15:17:59 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-13 15:17:59 +0000
commite532fa5fd42501e468051addfac454ab70128b04 (patch)
tree4ee21b4ab08ac16ca698ea7b263143a3ad4a4f46 /target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch
parent3bfbc69bc20091d4b9ae0cd065388b1fdab4978f (diff)
downloadupstream-e532fa5fd42501e468051addfac454ab70128b04.tar.gz
upstream-e532fa5fd42501e468051addfac454ab70128b04.tar.bz2
upstream-e532fa5fd42501e468051addfac454ab70128b04.zip
ramips: add preliminary support for the RT3662/RT3883 SoCs
SVN-Revision: 30495
Diffstat (limited to 'target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch')
-rw-r--r--target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch b/target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch
new file mode 100644
index 0000000000..e2ba05dfff
--- /dev/null
+++ b/target/linux/ramips/patches-3.2/301-rt3883-ehci-3.2-fix.patch
@@ -0,0 +1,11 @@
+--- a/drivers/usb/host/ehci-rt3883.c
++++ b/drivers/usb/host/ehci-rt3883.c
+@@ -21,7 +21,7 @@ static int ehci_rt3883_init(struct usb_h
+
+ ehci->caps = hcd->regs;
+ ehci->regs = hcd->regs +
+- HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
++ HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
+ dbg_hcs_params(ehci, "reset");
+ dbg_hcc_params(ehci, "reset");
+