From: Andy Fleming Date: Fri, 8 Jun 2007 21:41:18 +0000 (-0500) Subject: Remove erroneous errata code from Marvel 88E1111S driver X-Git-Tag: v2008.10-rc1~909^2~4^2~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a56af3b522ba47fb33a3fee84d23bf1e5429654;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/drivers/tsec.c b/drivers/tsec.c index 467df84..b6c086f 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},