Skip to content
Snippets Groups Projects
Commit 12d364f0 authored by Roger Quadros's avatar Roger Quadros Committed by Tom Rini
Browse files

omap4_panda: 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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarRoger Quadros <rogerq@ti.com>
parent 65aa31d2
No related branches found
No related tags found
No related merge requests found
...@@ -36,9 +36,6 @@ ...@@ -36,9 +36,6 @@
#define CONFIG_CMD_PING #define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP #define CONFIG_CMD_DHCP
#define CONFIG_USB_ULPI
#define CONFIG_USB_ULPI_VIEWPORT_OMAP
#include <configs/omap4_common.h> #include <configs/omap4_common.h>
#define CONFIG_CMD_NET #define CONFIG_CMD_NET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment