summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/pxa27x_udc.c
diff options
context:
space:
mode:
authorDaniel Ribeiro2008-07-02 04:09:27 +0200
committerGreg Kroah-Hartman2008-07-22 00:16:46 +0200
commit95f371f24c48b50e365f4c08d8f61eb8b15b3bba (patch)
treec9102b549d385f53bfba09dd65d327355207fc07 /drivers/usb/gadget/pxa27x_udc.c
parentUSB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx (diff)
downloadkernel-qcow2-linux-95f371f24c48b50e365f4c08d8f61eb8b15b3bba.tar.gz
kernel-qcow2-linux-95f371f24c48b50e365f4c08d8f61eb8b15b3bba.tar.xz
kernel-qcow2-linux-95f371f24c48b50e365f4c08d8f61eb8b15b3bba.zip
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>
Diffstat (limited to 'drivers/usb/gadget/pxa27x_udc.c')
-rw-r--r--drivers/usb/gadget/pxa27x_udc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/pxa27x_udc.c b/drivers/usb/gadget/pxa27x_udc.c
index 9c0e82ec5c43..9d447d8cfc0c 100644
--- a/drivers/usb/gadget/pxa27x_udc.c
+++ b/drivers/usb/gadget/pxa27x_udc.c
@@ -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);