diff options
author | Felipe Balbi <balbi@ti.com> | 2011-09-01 07:52:52 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-09-09 06:02:28 -0400 |
commit | 324e5481401dbbadb6758c17480f50bad0996db9 (patch) | |
tree | 6578e1bb5c11a64ea288d129b20d4b36a32c9e81 /drivers/usb/dwc3/dwc3-omap.c | |
parent | ccba3bca5ee34acec56dd3213d1fd8c8a6e541bc (diff) |
usb: dwc3: omap: do not enable DMA Disable Clear IRQ
Otherwise that IRQ will trigger forever. It's quite
unnecessary.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/dwc3-omap.c')
-rw-r--r-- | drivers/usb/dwc3/dwc3-omap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c index 424924de9e9d..b47781c26079 100644 --- a/drivers/usb/dwc3/dwc3-omap.c +++ b/drivers/usb/dwc3/dwc3-omap.c | |||
@@ -313,8 +313,7 @@ static int __devinit dwc3_omap_probe(struct platform_device *pdev) | |||
313 | /* enable all IRQs */ | 313 | /* enable all IRQs */ |
314 | dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01); | 314 | dwc3_writel(omap->base, USBOTGSS_IRQENABLE_SET_0, 0x01); |
315 | 315 | ||
316 | reg = (USBOTGSS_IRQ1_DMADISABLECLR | | 316 | reg = (USBOTGSS_IRQ1_OEVT | |
317 | USBOTGSS_IRQ1_OEVT | | ||
318 | USBOTGSS_IRQ1_DRVVBUS_RISE | | 317 | USBOTGSS_IRQ1_DRVVBUS_RISE | |
319 | USBOTGSS_IRQ1_CHRGVBUS_RISE | | 318 | USBOTGSS_IRQ1_CHRGVBUS_RISE | |
320 | USBOTGSS_IRQ1_DISCHRGVBUS_RISE | | 319 | USBOTGSS_IRQ1_DISCHRGVBUS_RISE | |