USB Hub on USB0 at i.MX28

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Hub on USB0 at i.MX28

Jump to solution
1,432 Views
chris321
Contributor IV

Hello Community,

I want to get up a USB Hub (USB2512 smsc/microchip) on the i.MX28 Port USB0.

But I dont know why, if the i.MX28 comes up (Linux kernel 3.9) it pulls the D+ Line down and the hub think it's a reset. so the Hub won't work.

Do anyone know a possible reason for this?

Labels (1)
0 Kudos
1 Solution
951 Views
chris321
Contributor IV

Hey Fabio,

I had used a to the imx28-evk.dts similar device tree source, in there are the nodes for the usb phys.

But the tip for looking in my dts file was right, i had a double occupancy of the phy reset pin :smileyhappy:

View solution in original post

0 Kudos
4 Replies
951 Views
fabio_estevam
NXP Employee
NXP Employee

We use usb hub on mx23 olinuxino and it works fine with 3.9.

Are you enabling power and providing proper reset to the usb hub?

How does your dts file look like?

0 Kudos
951 Views
chris321
Contributor IV

Hello Fabio,

my dts file looks almost like the imx28-evk one. Do I have to say to the USB Phy wich role of device or host he have to play?


0 Kudos
951 Views
fabio_estevam
NXP Employee
NXP Employee

imx23-evk.dts does not have the USB nodes.

I would recommend you to look at arch/arm/boot/dts/imx23-olinuxino.dts instead as there is both usb0 and usbphy0 nodes.

952 Views
chris321
Contributor IV

Hey Fabio,

I had used a to the imx28-evk.dts similar device tree source, in there are the nodes for the usb phys.

But the tip for looking in my dts file was right, i had a double occupancy of the phy reset pin :smileyhappy:

0 Kudos