diff options
author | Roger Quadros <rogerq@ti.com> | 2013-12-02 15:47:44 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-06 07:02:32 -0500 |
commit | 65aa31d2d027bc05c04c9df315d8c63af66ac098 (patch) | |
tree | 09be700022d360f904ddcce031459f40f382a384 /include/configs/omap3_beagle.h | |
parent | 835a5559bd093627baf9a90e82cd626ec59fade9 (diff) | |
download | u-boot-imx-65aa31d2d027bc05c04c9df315d8c63af66ac098.zip u-boot-imx-65aa31d2d027bc05c04c9df315d8c63af66ac098.tar.gz u-boot-imx-65aa31d2d027bc05c04c9df315d8c63af66ac098.tar.bz2 |
omap3_beagle: Don't use ulpi_reset
Fixes this error message when USB is started.
"ULPI: ulpi_reset: failed writing reset bit"
It is pointless to manually reset the ULPI as the USB Host
Reset and PHY RESET line should take care of that.
Reported-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Roger Quadros <rogerq@ti.com>
Diffstat (limited to 'include/configs/omap3_beagle.h')
-rw-r--r-- | include/configs/omap3_beagle.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 47d9902..c662cc0 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -118,9 +118,6 @@ #define CONFIG_USB_EHCI_OMAP #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147 -#define CONFIG_USB_ULPI -#define CONFIG_USB_ULPI_VIEWPORT_OMAP - #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 3 #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX |