diff options
author | Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> | 2014-09-16 17:51:09 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 11:53:01 -0400 |
commit | f5c30c1b1c69b235f28d34f8ee1670b2028152ff (patch) | |
tree | bf9f0800809acad56cf2ec64a4304de96dda7a34 /include/configs | |
parent | 4ed914a2430775973730562c2c880318536b9586 (diff) | |
download | u-boot-imx-f5c30c1b1c69b235f28d34f8ee1670b2028152ff.zip u-boot-imx-f5c30c1b1c69b235f28d34f8ee1670b2028152ff.tar.gz u-boot-imx-f5c30c1b1c69b235f28d34f8ee1670b2028152ff.tar.bz2 |
omap3: overo: Add usb host support
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/omap3_overo.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index d042eea..c58636a 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -35,6 +35,13 @@ /* TWL4030 LED */ #define CONFIG_TWL4030_LED +/* USB EHCI */ +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_OMAP +#define CONFIG_USB_STORAGE +#define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 183 +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 + /* Initialize GPIOs by default */ #define CONFIG_OMAP3_GPIO_2 /* GPIO32..63 is in GPIO Bank 2 */ #define CONFIG_OMAP3_GPIO_3 /* GPIO64..95 is in GPIO Bank 3 */ @@ -44,6 +51,7 @@ /* commands to include */ #define CONFIG_CMD_CACHE +#define CONFIG_CMD_USB #undef CONFIG_CMD_FPGA /* FPGA configuration Support */ #undef CONFIG_CMD_IMI /* iminfo */ #undef CONFIG_CMD_NFS /* NFS support */ |