mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
drivers: net: fsl_enetc: use XFI, USXGMII interface type macros
Apply 10G PCS init for USXGMII, XFI interface types. Signed-off-by: Alex Marginean <alexandru.marginean@nxp.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
ee278acdf1
commit
e22e3aff92
1 changed files with 2 additions and 0 deletions
|
@ -197,6 +197,8 @@ static void enetc_start_pcs(struct udevice *dev)
|
|||
enetc_init_rgmii(dev);
|
||||
break;
|
||||
case PHY_INTERFACE_MODE_XGMII:
|
||||
case PHY_INTERFACE_MODE_USXGMII:
|
||||
case PHY_INTERFACE_MODE_XFI:
|
||||
enetc_init_sxgmii(dev);
|
||||
break;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue