arm: omap4: panda: remove usb_nop_xceiv_register(v1)

Panda uses both twl6030 otg phy(vbus, id) and internal
phy(data lines, DP/DM), so removes usb_nop_xceiv_register to make
twl6030 otg driver working since current otg code only supports
one global transceiver. Otherwise, musb doesn't work without
the remove.

Reviewd-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Ming Lei and committed by Tony Lindgren ed2af92b 719078a6

-2
-2
arch/arm/mach-omap2/board-omap4panda.c
··· 409 409 platform_add_devices(panda_devices, ARRAY_SIZE(panda_devices)); 410 410 omap_serial_init(); 411 411 omap4_twl6030_hsmmc_init(mmc); 412 - /* OMAP4 Panda uses internal transceiver so register nop transceiver */ 413 - usb_nop_xceiv_register(); 414 412 omap4_ehci_init(); 415 413 usb_musb_init(&musb_board_data); 416 414 }