net: fec: remove the ERR006358 workaround for imx6sx enet
authorNimrod Andy <B38611@freescale.com>
Tue, 23 Sep 2014 07:40:56 +0000 (15:40 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 20:05:21 +0000 (16:05 -0400)
Remove the ERR006358 workaround for imx6sx enet since the hw issue
was fixed on the SOC.

Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c

index 5386f88..a08256f 100644 (file)
@@ -144,8 +144,8 @@ static struct platform_device_id fec_devtype[] = {
                .name = "imx6sx-fec",
                .driver_data = FEC_QUIRK_ENET_MAC | FEC_QUIRK_HAS_GBIT |
                                FEC_QUIRK_HAS_BUFDESC_EX | FEC_QUIRK_HAS_CSUM |
-                               FEC_QUIRK_HAS_VLAN | FEC_QUIRK_ERR006358 |
-                               FEC_QUIRK_HAS_AVB | FEC_QUIRK_ERR007885,
+                               FEC_QUIRK_HAS_VLAN | FEC_QUIRK_HAS_AVB |
+                               FEC_QUIRK_ERR007885,
        }, {
                /* sentinel */
        }