blob: bd84c460854c1803407a14d1c84d9da9a4855c75 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|