mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 00:14:48 +01:00
Merge "ipq807x: Fix the napa 2nd-port 1G speed"
This commit is contained in:
commit
51f3b4cff5
1 changed files with 1 additions and 1 deletions
|
|
@ -978,7 +978,7 @@ static int ipq807x_eth_init(struct eth_device *eth_dev, bd_t *this)
|
|||
speed_clock1 = 0x104;
|
||||
else if (i == port_8033)
|
||||
speed_clock1 = 0x301;
|
||||
else if (phy_info[i]->phy_type == QCA8081_PHY_TYPE)
|
||||
else if ((phy_info[i]->phy_type == QCA8081_PHY_TYPE) && (i == 4))
|
||||
speed_clock1 = 0x301;
|
||||
else
|
||||
speed_clock1 = 0x101;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue