Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
void usb_hub_reset_devices(int port)
{
+printf("usb_hub_reset_devices(%d)\n", port);
+#if defined(CONFIG_OMAP_EHCI_PHY3_RESET_GPIO)
/* The LAN9730 needs to be reset after the port power has been set. */
if (port == 3) {
gpio_direction_output(CONFIG_OMAP_EHCI_PHY3_RESET_GPIO, 0);
udelay(10);
gpio_direction_output(CONFIG_OMAP_EHCI_PHY3_RESET_GPIO, 1);
}
+#endif
}
#endif
#include <configs/omap5_uevm.h>
+#undef CONFIG_OMAP_EHCI_PHY3_RESET_GPIO /* gpio 79 used differently */
+#undef CONFIG_USB_HOST_ETHER
+#undef CONFIG_USB_ETHER_SMSC95XX
+
/* Letux Cortex 15 has no tca6424 */
#undef CONFIG_TCA642X
#undef CONFIG_SYS_I2C_TCA642X_BUS_NUM