Re: USB Host support for mx25

2014-03-06 Thread Fabio Estevam
On Thu, Mar 6, 2014 at 1:36 AM, Peter Chen peter.c...@freescale.com wrote: Do you have usbmisc node? usbmisc is not probed or its probe has failed. Thanks, Peter. usbmisc node was 'disabled' at imx25.dtsi. I removed the 'disabled' and now the probe goes a bit further: ehci_hcd: USB 2.0

Re: USB Host support for mx25

2014-03-06 Thread Eric Bénard
Hi Fabio, Le Thu, 6 Mar 2014 07:23:30 -0300, Fabio Estevam feste...@gmail.com a écrit : Let me know if you have some other suggestion. That's because usbmisc is not fully implemented for i.MX25 35 as USB_CTRL must be configured (for both i.MX25 and i.MX35). Denis is working on this. Eric --

Re: USB Host support for mx25

2014-03-06 Thread Alexander Shiyan
Hello. I am not familiar with mx25, but can say some hints. Четверг, 6 марта 2014, 7:23 -03:00 от Fabio Estevam feste...@gmail.com: On Thu, Mar 6, 2014 at 1:36 AM, Peter Chen peter.c...@freescale.com wrote: Do you have usbmisc node? usbmisc is not probed or its probe has failed. Thanks,

Re: USB Host support for mx25

2014-03-06 Thread Fabio Estevam
On Thu, Mar 6, 2014 at 2:54 PM, Alexander Shiyan shc_w...@mail.ru wrote: Hello. I am not familiar with mx25, but can say some hints. Thank you all for the comments. I will resume working on mx25 usb host support next week and will let you know of any progress. Thanks, Fabio Estevam

Re: USB Host support for mx25

2014-03-06 Thread Denis Carikli
Hi, On 03/06/2014 11:23 AM, Fabio Estevam wrote: usb 1-1: new low-speed USB device number 2 using ci_hdrc usb 1-1: device descriptor read/64, error -71 Is that USB peripheral really low-speed? I'm also trying to make the USB host work on the cpuimx25 and the cpuimx35, so I got the same

USB Host support for mx25

2014-03-05 Thread Fabio Estevam
Hi, Has anyone succeeded on getting USB host support on mx25 with the chipidea driver? I am trying to add USB host1 support for mx25pdk and I am starting to debug it, but Looking at imx25.dtsi we have: usbphy1: usbphy@1 { compatible = nop-usbphy

RE: USB Host support for mx25

2014-03-05 Thread Peter Chen
Hi, Has anyone succeeded on getting USB host support on mx25 with the chipidea driver? I am trying to add USB host1 support for mx25pdk and I am starting to debug it, but Looking at imx25.dtsi we have: usbphy1: usbphy@1 { compatible = nop-usbphy

Re: USB Host support for mx25

2014-03-05 Thread Fabio Estevam
Hi Peter, On Wed, Mar 5, 2014 at 10:33 PM, Peter Chen peter.c...@freescale.com wrote: The nop phy driver is at: drivers/usb/phy/phy-generic.c The compatible string is: usb-nop-xceiv This is not enough. Here are my changes: diff --git a/arch/arm/boot/dts/imx25-pdk.dts

RE: USB Host support for mx25

2014-03-05 Thread Peter Chen
Here are my changes: diff --git a/arch/arm/boot/dts/imx25-pdk.dts b/arch/arm/boot/dts/imx25- pdk.dts index 7a6d21f..fc91592 100644 --- a/arch/arm/boot/dts/imx25-pdk.dts +++ b/arch/arm/boot/dts/imx25-pdk.dts @@ -107,3 +107,8 @@ fsl,uart-has-rtscts; status = okay; }; +