Skip to content

Commit

Permalink
USB: remove board-specific UP2OCR configuration from pxa27x-udc
Browse files Browse the repository at this point in the history
Remove the board-specific UP2OCR configuration from the
pxa27x-udc driver.

Signed-off-by: Daniel Ribeiro <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
drwyrm authored and gregkh committed Jul 21, 2008
1 parent 4f53425 commit 95f371f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/gadget/pxa27x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 95f371f

Please sign in to comment.