ARM: OMAP2: fix musb usage for n8x0
authorDaniel Mack <zonque@gmail.com>
Tue, 6 Aug 2013 17:06:15 +0000 (20:06 +0300)
committerOlof Johansson <olof@lixom.net>
Fri, 16 Aug 2013 16:39:56 +0000 (09:39 -0700)
commit386d20ab9edb3751c96aaed842bef06716a92a92
tree743ff0c09bd0c643ceb54b6660d8b475ce4c001d
parentcdb55ab078599f658f8ceaca0c30801b323e6047
ARM: OMAP2: fix musb usage for n8x0

Commit b7e2e75a8c ("usb: gadget: drop unused USB_GADGET_MUSB_HDRC")
dropped a config symbol that was unused by the musb core, but it turns
out that board support code still had references to it.

As the core now handles both dual role and host-only modes, we can just
pass MUSB_OTG as mode from board files.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Tested-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-omap2/board-n8x0.c
arch/arm/mach-omap2/usb-musb.c