dm: usb: Allow setting up a USB controller as a device/gadget
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:32 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:25 +0000 (11:11 -0600)
commitfbeceb260232ae9f102af11e6cb2f3743ecc9b9a
tree1d838221dbd3a7a82833d2748ca379430905cf39
parent449230f0318da3f3c27aea1753097a8165da6fdb
dm: usb: Allow setting up a USB controller as a device/gadget

Some controllers support OTG (on-the-go) where they can operate as either
host or device. The gadget layer in U-Boot supports this.

While this layer does not interact with driver model, we can provide a
function which sets up the controller in the correct way. This way the code
at least builds (although it likely will not work).

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
drivers/usb/gadget/ci_udc.c
drivers/usb/host/usb-uclass.c