]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e166917d36a2aba42260f60a0f7fc9df787147f
tree743ff0c09bd0c643ceb54b6660d8b475ce4c001d
parent15b8eb93563ebde9773e977c298eab6604993fd6
ARM: OMAP2: fix musb usage for n8x0

Commit a1b344adcf ("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