How to integrate FEC and Fixed PHY

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

How to integrate FEC and Fixed PHY

1,786 Views
ToxicAvenger
Contributor III

Hello,

I have custom board based on i.MX53 QSB.

I have to integrate FEC with Fixed PHY.

I enabled Fixed PHY in kernel (file: drivers/net/phy/fixed.c)

When i tried to load FEC module, i have error: sysfs: cannot create duplicate filename '/class/mdio_bus/0'

I replaced name in drivers/net/phy/fixed.c to "fixed-0".

Now i have error, when i'm trying to turn on my eth interface:

"no PHY found".

Error is in method static int fec_enet_mii_probe(struct net_device *dev)

How to use Fixed PHY with FEC (file: drivers/net/fec.c) ?

Best regards,

Toxic

Labels (3)
0 Kudos
Reply
1 Reply

1,176 Views
jimmychan
NXP TechSupport
NXP TechSupport

This may help you to solve the problem.

https://bugs.launchpad.net/linux-linaro/+bug/655641

0 Kudos
Reply