diff options
author | John Crispin <blogic@openwrt.org> | 2013-07-15 11:34:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-07-15 11:34:13 +0000 |
commit | 1800de83658315d04cbfc1b0e75bcecc5e9ffe21 (patch) | |
tree | b5717080e3a236d3d843332a2e2341f1381e7e41 /target/linux/ramips/patches-3.10/0035-USB-dwc2.patch | |
parent | 44bdcce3e1d5fceffc1339754fee27244c35118a (diff) | |
download | upstream-1800de83658315d04cbfc1b0e75bcecc5e9ffe21.tar.gz upstream-1800de83658315d04cbfc1b0e75bcecc5e9ffe21.tar.bz2 upstream-1800de83658315d04cbfc1b0e75bcecc5e9ffe21.zip |
ramips: add a patch to make dwc2 work with boards that have an old bootloader
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37339 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/patches-3.10/0035-USB-dwc2.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/0035-USB-dwc2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.10/0035-USB-dwc2.patch b/target/linux/ramips/patches-3.10/0035-USB-dwc2.patch new file mode 100644 index 0000000000..bd84c46085 --- /dev/null +++ b/target/linux/ramips/patches-3.10/0035-USB-dwc2.patch @@ -0,0 +1,13 @@ +Index: linux-3.10.1/drivers/staging/dwc2/hcd.c +=================================================================== +--- linux-3.10.1.orig/drivers/staging/dwc2/hcd.c 2013-07-13 20:42:41.000000000 +0200 ++++ linux-3.10.1/drivers/staging/dwc2/hcd.c 2013-07-15 13:25:34.220821275 +0200 +@@ -2712,6 +2712,8 @@ + + dev_dbg(hsotg->dev, "DWC OTG HCD INIT\n"); + ++ writel(0, hsotg->regs + 0xe00); ++ + /* + * Attempt to ensure this device is really a DWC_otg Controller. + * Read and verify the GSNPSID register contents. The value should be |