mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-05 00:41:17 +01:00
Merge "drivers: net: ipq5332: update clk for 1G SFP"
This commit is contained in:
commit
2e4a573a66
1 changed files with 2 additions and 1 deletions
|
|
@ -1100,7 +1100,8 @@ static int ipq5332_eth_init(struct eth_device *eth_dev, bd_t *this)
|
|||
clk[3] = 0x0;
|
||||
if ((phy_info->phy_type == QCA8081_PHY_TYPE) ||
|
||||
(phy_info->phy_type == QCA8084_PHY_TYPE) ||
|
||||
(phy_info->phy_type == QCA8033_PHY_TYPE)) {
|
||||
(phy_info->phy_type == QCA8033_PHY_TYPE) ||
|
||||
(sfp_mode == EPORT_WRAPPER_SGMII_FIBER)) {
|
||||
clk[0] = 0x301;
|
||||
clk[2] = 0x401;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue