mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 18:58:18 +01:00
net: ipq5332: update sgmii+ mode for bypass port
This change configure sgmii+ mode if linkup at 2.5Gbps speed. Change-Id: I6570c9ee34cfb4d5d9208766135d429795beebaf Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
parent
7c9ba11aa9
commit
6d133d5019
1 changed files with 2 additions and 1 deletions
|
|
@ -1066,7 +1066,8 @@ static int ipq5332_eth_init(struct eth_device *eth_dev, bd_t *this)
|
|||
clk[2] = 0x401;
|
||||
}
|
||||
|
||||
if (phy_info->phy_type == QCA8081_PHY_TYPE) {
|
||||
if ((phy_info->phy_type == QCA8081_PHY_TYPE) ||
|
||||
(phy_info->phy_type == QCA8084_PHY_TYPE)) {
|
||||
sgmii_mode = EPORT_WRAPPER_SGMII_PLUS;
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue