Re: [U-Boot] i.MX53 USB Client not working

2015-05-21 Thread Fabio Estevam
Hi Matthew, On Wed, May 20, 2015 at 4:59 PM, Matthew Starr wrote: > I fixed the issues by switching all instances of CONFIG_MXC_USB_PORT with > index in drivers/usb/host/ehci-mx5.c and CONFIG_MXC_USB_PORT is no longer > used. Even if index is used in place of CONFIG_MXC_USB_PORT, if you wante

Re: [U-Boot] i.MX53 USB Client not working

2015-05-20 Thread Matthew Starr
ci, CONFIG_MXC_USB_PORT); + board_ehci_hcd_postinit(ehci, index); return 0; } Regards, Matthew Starr > -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Tuesday, May 19, 2015 9:45 PM > To: Matthew Starr > Cc: U-Boot-Denx; Marek VaĊĦut >

Re: [U-Boot] i.MX53 USB Client not working

2015-05-19 Thread Fabio Estevam
Hi Matthew, On Thu, May 14, 2015 at 7:39 PM, Matthew Starr wrote: > It appears that setting CONFIG_MXC_USB_PORT to 0 then loads the OTG port on > the i.MX53. The code appears to be in drivers/usb/host/ehci-mx5.c.The > problem then is that the USB host port is then not usable since my i.MX5

Re: [U-Boot] i.MX53 USB Client not working

2015-05-14 Thread Matthew Starr
It appears that setting CONFIG_MXC_USB_PORT to 0 then loads the OTG port on the i.MX53. The code appears to be in drivers/usb/host/ehci-mx5.c.The problem then is that the USB host port is then not usable since my i.MX53 board dedicates the OTG port to USB client functionality only. Now I a