summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2016-02-15 10:34:04 -0700
committerTom Warren <twarren@nvidia.com>2016-02-18 10:02:19 -0700
commit5589bc2770a7d7fe346f5972596f26d1ddf57bba (patch)
tree7dabd5140064e2b05149dc52f79eb6e079ceb96e /include
parentbf519825390af615da6266b3a26b9754797e4025 (diff)
downloadblackbird-obmc-uboot-5589bc2770a7d7fe346f5972596f26d1ddf57bba.tar.gz
blackbird-obmc-uboot-5589bc2770a7d7fe346f5972596f26d1ddf57bba.zip
ARM: tegra: enable USB device mode port on Dalmore
This allows U-Boot to expose UMS and DFU protocols on this port in device mode, or to act as a USB host on the port, using an "OTG" (micro-B to female A host) cable. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dalmore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h
index fdfda6b903..f74ced1b43 100644
--- a/include/configs/dalmore.h
+++ b/include/configs/dalmore.h
@@ -58,6 +58,7 @@
/* General networking support */
#define CONFIG_CMD_DHCP
+#include "tegra-common-usb-gadget.h"
#include "tegra-common-post.h"
#endif /* __CONFIG_H */
OpenPOWER on IntegriCloud