From: Roger Quadros Date: Mon, 2 Dec 2013 13:47:45 +0000 (+0200) Subject: omap4_panda: Don't use ulpi_reset X-Git-Tag: v2014.01-rc2~42^2~13^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12d364f0b031adb17b96a9d74d494baab9a452f4;p=u-boot 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: Tomi Valkeinen Reviewed-by: Stefan Roese Signed-off-by: Roger Quadros --- diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 6820e424d6..73dc088595 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -36,9 +36,6 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_DHCP -#define CONFIG_USB_ULPI -#define CONFIG_USB_ULPI_VIEWPORT_OMAP - #include #define CONFIG_CMD_NET