]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Remove erroneous errata code from Marvel 88E1111S driver
authorAndy Fleming <afleming@freescale.com>
Fri, 8 Jun 2007 21:41:18 +0000 (16:41 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Wed, 11 Jul 2007 23:19:07 +0000 (18:19 -0500)
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>
drivers/tsec.c

index 467df8430ba2f2f3c835473fc6a231310bd8ac3e..b6c086f4a1f7644673765de3b043cf73717e826f 100644 (file)
@@ -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},