net: fec: remove the ERR006358 workaround for imx6sx enet
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>
This commit is contained in:
committed by
David S. Miller
parent
befe821335
commit
f88c7ede50
@@ -144,8 +144,8 @@ static struct platform_device_id fec_devtype[] = {
|
|||||||
.name = "imx6sx-fec",
|
.name = "imx6sx-fec",
|
||||||
.driver_data = FEC_QUIRK_ENET_MAC | FEC_QUIRK_HAS_GBIT |
|
.driver_data = FEC_QUIRK_ENET_MAC | FEC_QUIRK_HAS_GBIT |
|
||||||
FEC_QUIRK_HAS_BUFDESC_EX | FEC_QUIRK_HAS_CSUM |
|
FEC_QUIRK_HAS_BUFDESC_EX | FEC_QUIRK_HAS_CSUM |
|
||||||
FEC_QUIRK_HAS_VLAN | FEC_QUIRK_ERR006358 |
|
FEC_QUIRK_HAS_VLAN | FEC_QUIRK_HAS_AVB |
|
||||||
FEC_QUIRK_HAS_AVB | FEC_QUIRK_ERR007885,
|
FEC_QUIRK_ERR007885,
|
||||||
}, {
|
}, {
|
||||||
/* sentinel */
|
/* sentinel */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user