]> 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)
commita0bb435a058487b57372e50b2db4df8dfb9347f8
tree743ff0c09bd0c643ceb54b6660d8b475ce4c001d
parentd0d16b3ade2b7bc8832f1c1dbe19c19b9dd1733c
ARM: OMAP2: fix musb usage for n8x0

Commit 0bbfa24663 ("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