realtek: 6.6: Support XGMII attached PHYs
On the XGS1210-12 the RTL8218D is attached via XGMII. Add this to the supported list in the DSA driver. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/16391 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
da11a1e20c
commit
9272d99195
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ static void rtl83xx_phylink_get_caps(struct dsa_switch *ds, int port,
|
||||||
__set_bit(PHY_INTERFACE_MODE_GMII, config->supported_interfaces);
|
__set_bit(PHY_INTERFACE_MODE_GMII, config->supported_interfaces);
|
||||||
__set_bit(PHY_INTERFACE_MODE_QSGMII, config->supported_interfaces);
|
__set_bit(PHY_INTERFACE_MODE_QSGMII, config->supported_interfaces);
|
||||||
__set_bit(PHY_INTERFACE_MODE_SGMII, config->supported_interfaces);
|
__set_bit(PHY_INTERFACE_MODE_SGMII, config->supported_interfaces);
|
||||||
|
__set_bit(PHY_INTERFACE_MODE_XGMII, config->supported_interfaces);
|
||||||
__set_bit(PHY_INTERFACE_MODE_1000BASEX, config->supported_interfaces);
|
__set_bit(PHY_INTERFACE_MODE_1000BASEX, config->supported_interfaces);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue