mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 01:48:11 +07:00
net: fec: clear all interrupt events to support i.MX6SX
For i.MX6SX FEC controller, there have interrupt mask and event field extension. To support all SOCs FEC, we clear all interrupt events during MAVC initial process. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
858eeb7d9c
commit
e17f7fecdd
@ -940,7 +940,7 @@ fec_restart(struct net_device *ndev)
|
||||
}
|
||||
|
||||
/* Clear any outstanding interrupt. */
|
||||
writel(0xffc00000, fep->hwp + FEC_IEVENT);
|
||||
writel(0xffffffff, fep->hwp + FEC_IEVENT);
|
||||
|
||||
fec_enet_bd_init(ndev);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user