USB: remove board-specific UP2OCR configuration from pxa27x-udc
authorDaniel Ribeiro <drwyrm@gmail.com>
Wed, 2 Jul 2008 02:09:27 +0000 (23:09 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Jul 2008 22:16:46 +0000 (15:16 -0700)
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>
drivers/usb/gadget/pxa27x_udc.c

index 9c0e82e..9d447d8 100644 (file)
@@ -1575,7 +1575,6 @@ static void udc_enable(struct pxa_udc *udc)
 {
        udc_writel(udc, UDCICR0, 0);
        udc_writel(udc, UDCICR1, 0);
-       udc_writel(udc, UP2OCR, UP2OCR_HXOE);
        udc_clear_mask_UDCCR(udc, UDCCR_UDE);
 
        clk_enable(udc->clk);