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 sa
On Thu, Mar 6, 2014 at 2:54 PM, Alexander Shiyan 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
--
To unsubscribe from
Hello.
I am not familiar with mx25, but can say some hints.
Четверг, 6 марта 2014, 7:23 -03:00 от Fabio Estevam :
> On Thu, Mar 6, 2014 at 1:36 AM, Peter Chen wrote:
>
> > Do you have usbmisc node? usbmisc is not probed or its probe has failed.
>
> Thanks, Peter. usbmisc node was 'disabled' a
Hi Fabio,
Le Thu, 6 Mar 2014 07:23:30 -0300,
Fabio Estevam 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
--
To unsubscribe fro
On Thu, Mar 6, 2014 at 1:36 AM, Peter Chen 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 'Enhanced' Host Controller (EHC
> 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
Hi Peter,
On Wed, Mar 5, 2014 at 10:33 PM, Peter Chen 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 b/arch/arm/boot/dts/imx25-pdk.dts
index 7a6d
> 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 = "n
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";
s