> Then the rest of the code just carried on thinking "ok, MMD 1 (PMA/PMD) > says that there are 31 devices in that package, each having a device id > of ffff:ffff, that's perfectly fine, let's go ahead and probe this PHY > device".
With a device ID of ffff:ffff, what PHY driver was getting loaded? > - MDIO_DEVS1=0x008a, MDIO_DEVS2=0x0000, > - MDIO_DEVID1=0x0083, MDIO_DEVID2=0xe400 Now that we have valid IDs, is the same driver getting loaded? Do this ID adding somewhere? > Signed-off-by: Vladimir Oltean <vladimir.olt...@nxp.com> Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew