This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x mii2 enumerate as eth0

Hi,

I'm wondering what changes do I need to make to the board file and/or linux drivers to have MII2 be enumerated as eth0.

For example, I currently need to do:

am33xx_cpsw_init(AM33XX_CPSW_MODE_MII, NULL, "0:07");

in order to access the phy at MII2. But this results in both eth0 and eth1 being enumerated, with eth0 being a dummy, while eth1 is the working eth device.

Thanks!