projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
befe821
)
net: fec: remove the ERR006358 workaround for imx6sx enet
author
Nimrod Andy
<B38611@freescale.com>
Tue, 23 Sep 2014 07:40:56 +0000
(15:40 +0800)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/freescale/fec_main.c
b/drivers/net/ethernet/freescale/fec_main.c
index 5386f885feda0649809c8d6720c59c6942b2d356..a08256fe8ef64e83502e0632b952286ba7e00d12 100644
(file)
--- a/
drivers/net/ethernet/freescale/fec_main.c
+++ b/
drivers/net/ethernet/freescale/fec_main.c
@@
-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 */
}