summaryrefslogtreecommitdiffstats
path: root/include/configs/harmony.h
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-10-12 09:45:48 +0000
committerTom Warren <twarren@nvidia.com>2012-10-29 09:07:04 -0700
commit699c40e8789cfbb5c3ca4ef2849a4bd051ff79bb (patch)
tree9d25e97fc49d1a0cae8b7a3098ea6d2ffd0265f2 /include/configs/harmony.h
parent938176a48274361c0b86b237ff6c0953a08233b3 (diff)
downloadblackbird-obmc-uboot-699c40e8789cfbb5c3ca4ef2849a4bd051ff79bb.tar.gz
blackbird-obmc-uboot-699c40e8789cfbb5c3ca4ef2849a4bd051ff79bb.zip
ARM: tegra: Harmony: enable ULPI USB port
The ULPI port is routed onto pins on the mini PCI Express connector. A standard breakout board may be used to access the port. * Add required DT entries to configure the ULPI port. * Setup up the ULPI pinmux in the board code. * Enable multiple USB controller and ULPI support in the board config. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r--include/configs/harmony.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h
index d582ae1ab6..040bfe48eb 100644
--- a/include/configs/harmony.h
+++ b/include/configs/harmony.h
@@ -72,8 +72,11 @@
#define CONFIG_ENV_OFFSET (SZ_512M - SZ_128K) /* 128K sector size */
/* USB Host support */
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 3
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_TEGRA
+#define CONFIG_USB_ULPI
+#define CONFIG_USB_ULPI_VIEWPORT
#define CONFIG_USB_STORAGE
#define CONFIG_CMD_USB
OpenPOWER on IntegriCloud