Hi,
I'm wondering what was your solution as I'm also trying to use MII2 and have it 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 eth0 and eth1 being enumerated, with eth0 being a dummy, while eth1 is the working eth device.
Thanks!