mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-07 01:53:34 +08:00
mediatek: enable PPE1 reset for mt798x
This commit is contained in:
parent
0bbf681b20
commit
4fe84e063a
@ -1161,12 +1161,12 @@ enum mkt_eth_capabilities {
|
|||||||
|
|
||||||
#define MT7986_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | \
|
#define MT7986_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | \
|
||||||
MTK_MUX_GMAC12_TO_GEPHY_SGMII | MTK_QDMA | \
|
MTK_MUX_GMAC12_TO_GEPHY_SGMII | MTK_QDMA | \
|
||||||
MTK_NETSYS_V2 | MTK_NETSYS_RX_V2)
|
MTK_NETSYS_V2 | MTK_NETSYS_RX_V2 | MTK_RSTCTRL_PPE1)
|
||||||
|
|
||||||
#define MT7981_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | MTK_GMAC2_GEPHY | \
|
#define MT7981_CAPS (MTK_GMAC1_SGMII | MTK_GMAC2_SGMII | MTK_GMAC2_GEPHY | \
|
||||||
MTK_MUX_GMAC12_TO_GEPHY_SGMII | MTK_QDMA | \
|
MTK_MUX_GMAC12_TO_GEPHY_SGMII | MTK_QDMA | \
|
||||||
MTK_MUX_U3_GMAC2_TO_QPHY | MTK_U3_COPHY_V2 | \
|
MTK_MUX_U3_GMAC2_TO_QPHY | MTK_U3_COPHY_V2 | \
|
||||||
MTK_NETSYS_V2)
|
MTK_NETSYS_V2 | MTK_RSTCTRL_PPE1)
|
||||||
|
|
||||||
/* struct mtk_eth_data - This is the structure holding all differences
|
/* struct mtk_eth_data - This is the structure holding all differences
|
||||||
* among various plaforms
|
* among various plaforms
|
||||||
|
Loading…
x
Reference in New Issue
Block a user