mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
enable 10/100M at VSC8601 at tsec driver
Currently VSC8601 doesn't link with 10/100M partners if the EEPROM/Strapping is not set up. Setting the auto-neg register fixes this. Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
parent
702c85b0e8
commit
c9d6b69253
@ -1366,6 +1366,8 @@ struct phy_info phy_info_VSC8601 = {
|
|||||||
{MIIM_EXT_PAGE_ACCESS,0,NULL},
|
{MIIM_EXT_PAGE_ACCESS,0,NULL},
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
{MIIM_ANAR, MIIM_ANAR_INIT, NULL},
|
||||||
|
{MIIM_CONTROL, MIIM_CONTROL_RESTART, &mii_cr_init},
|
||||||
{miim_end,}
|
{miim_end,}
|
||||||
},
|
},
|
||||||
(struct phy_cmd[]){ /* startup */
|
(struct phy_cmd[]){ /* startup */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user