]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:06 +0000 (21:18 -0600)
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 22b28c4375417dbdf6d746dc51c25ea0553d36bd..e2323069662fce3e7dd7b131bc01ee82241d56f2 100644 (file)
@@ -151,8 +151,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 */
        }