diff options
| author | Andy Fleming <afleming@freescale.com> | 2007-06-08 16:41:18 -0500 | 
|---|---|---|
| committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2007-07-11 18:19:07 -0500 | 
| commit | 5a56af3b522ba47fb33a3fee84d23bf1e5429654 (patch) | |
| tree | 6981c7ec6f217f74e72cd09eb54461286d438cff /drivers/tsec.c | |
| parent | 982efcf23fd03647e01e2fbe28a7a36239156cc0 (diff) | |
| download | olio-uboot-2014.01-5a56af3b522ba47fb33a3fee84d23bf1e5429654.tar.xz olio-uboot-2014.01-5a56af3b522ba47fb33a3fee84d23bf1e5429654.zip | |
Remove erroneous errata code from Marvel 88E1111S driver
The Marvel 88E1111S driver for the TSEC was copied from the
88E1101 driver, and included a fix for an erratum which does not
exist on that part.  Now it is removed
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'drivers/tsec.c')
| -rw-r--r-- | drivers/tsec.c | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/drivers/tsec.c b/drivers/tsec.c index 467df8430..b6c086f4a 100644 --- a/drivers/tsec.c +++ b/drivers/tsec.c @@ -993,11 +993,6 @@ struct phy_info phy_info_M88E1111S = {  	(struct phy_cmd[]){	/* config */  			   /* Reset and configure the PHY */  			   {MIIM_CONTROL, MIIM_CONTROL_RESET, NULL}, -			   {0x1d, 0x1f, NULL}, -			   {0x1e, 0x200c, NULL}, -			   {0x1d, 0x5, NULL}, -			   {0x1e, 0x0, NULL}, -			   {0x1e, 0x100, NULL},  			   {0x14, 0x0cd2, NULL}, /* Delay RGMII TX and RX */  			   {MIIM_GBIT_CONTROL, MIIM_GBIT_CONTROL_INIT, NULL},  			   {MIIM_ANAR, MIIM_ANAR_INIT, NULL}, |