commit | 2da7d4ab7eed605b9f04d15628879d4c05be5646 | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Dec 17 16:39:41 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 31 10:58:52 2024 -0600 |
tree | d6a45949d13c7988fa98964d8857ec0805ad3c3e | |
parent | 0b584954a650a21e38f99019489141615e9baaee [diff] |
net: mediatek: fix sgmii selection for mt7622 Unlike other platforms, mt7622 has only one SGMII and it can be attached to either gmac1 or gmac2. So the register field of the sgmii selection differs from other platforms as newer platforms can control each sgmii individually. This patch adds a new capability for mt7622 to handle this case.