[U-Boot] [PATCH 2/3] omap3_beagle: Don't use ulpi_reset

Roger Quadros rogerq at ti.com
Mon Dec 2 14:47:44 CET 2013


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 at ti.com>
Reviewed-by: Stefan Roese <sr at denx.de>
Signed-off-by: Roger Quadros <rogerq at ti.com>
---
 include/configs/omap3_beagle.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 9fcd50b..88b67e7 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
-- 
1.8.3.2



More information about the U-Boot mailing list