All,
Trying to get the MII interface to work correctly with the
National DP83865 PHY chip.
At the moment, U-boot comes and up correctly pulls the
PHY_ID down <0x20005c7a> and starts using the Generic PHY interface. However,
when I later use the MII commands it will not report any devices so that I can
query the rest of the registers.
Example:
Net : UEC : PHY is Generic MII (20005c7a)
FSL UEC0
Uboot> mii device
MII devices:
Uboot> mii dump
NULL device name!
Uboot>
Is there a #define I am missing that gives this a device
name?
-Russ