Commit 95f371f24c48b50e365f4c08d8f61eb8b15b3bba

Authored by Daniel Ribeiro
Committed by Greg Kroah-Hartman
1 parent 4f5342583c

USB: remove board-specific UP2OCR configuration from pxa27x-udc

Remove the board-specific UP2OCR configuration from the
pxa27x-udc driver.

Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

drivers/usb/gadget/pxa27x_udc.c
... ... @@ -1575,7 +1575,6 @@
1575 1575 {
1576 1576 udc_writel(udc, UDCICR0, 0);
1577 1577 udc_writel(udc, UDCICR1, 0);
1578   - udc_writel(udc, UP2OCR, UP2OCR_HXOE);
1579 1578 udc_clear_mask_UDCCR(udc, UDCCR_UDE);
1580 1579  
1581 1580 clk_enable(udc->clk);