mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
net: ethernet: mtk_eth_soc: do not reset PSE when setting FE
Remove redundant PSE reset. When setting FE register there is no need to reset PSE, doing so may cause FE to work abnormal. Link:3a5223473eFixes:dee4dd10c7("net: ethernet: mtk_eth_soc: ppe: add support for multiple PPEs") Signed-off-by: Frank Wunderlich <frank-w@public-files.de> Link: https://patch.msgid.link/18f0ac7d83f82defa3342c11ef0d1362f6b81e88.1746406763.git.daniel@makrotopia.org Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
4db6c75124
commit
e8716b5b0d
|
|
@ -3473,9 +3473,6 @@ static int mtk_open(struct net_device *dev)
|
|||
}
|
||||
mtk_gdm_config(eth, target_mac->id, gdm_config);
|
||||
}
|
||||
/* Reset and enable PSE */
|
||||
mtk_w32(eth, RST_GL_PSE, MTK_RST_GL);
|
||||
mtk_w32(eth, 0, MTK_RST_GL);
|
||||
|
||||
napi_enable(ð->tx_napi);
|
||||
napi_enable(ð->rx_napi);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user