Commit c9d6b6925344740ca1db2f8a6bab7921ff820de3

Authored by Andre Schwarz
Committed by Ben Warren
1 parent 702c85b0e8

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>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

... ... @@ -1366,6 +1366,8 @@
1366 1366 {MIIM_EXT_PAGE_ACCESS,0,NULL},
1367 1367 #endif
1368 1368 #endif
  1369 + {MIIM_ANAR, MIIM_ANAR_INIT, NULL},
  1370 + {MIIM_CONTROL, MIIM_CONTROL_RESTART, &mii_cr_init},
1369 1371 {miim_end,}
1370 1372 },
1371 1373 (struct phy_cmd[]){ /* startup */