]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-omap2/board-n800-usb.c
n800: usb: fix num_eps and avoid BUG()
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / board-n800-usb.c
index f8df19e83b831564b46d4edd71d934a0f5891d5f..fc128f245ab8eb2da3dd30d256f8cab9187227d1 100644 (file)
@@ -73,7 +73,7 @@ static struct musb_hdrc_config musb_config = {
        .dyn_fifo       = 1,
        .soft_con       = 1,
        .dma            = 1,
-       .num_eps        = 32,
+       .num_eps        = 16,
        .dma_channels   = 7,
        .ram_bits       = 12,
        .eps_bits       = musb_eps,