mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
drivers: net: ipq9574: Add uniphy_clk_init for uxsgmii
Change-Id: I468850b5fb7ae43ea3c2e3288172311b71ba9826 Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
de094207d3
commit
3a941f607e
1 changed files with 2 additions and 0 deletions
|
|
@ -460,6 +460,8 @@ void ipq9574_uxsgmii_speed_set(int port, int speed, int duplex,
|
|||
ppe_uniphy_usxgmii_autoneg_completed(uniphy_index);
|
||||
ppe_uniphy_usxgmii_speed_set(uniphy_index, speed);
|
||||
ppe_xgmac_speed_set(port, speed);
|
||||
uniphy_clk_init();
|
||||
mdelay(150);
|
||||
ppe_uniphy_usxgmii_duplex_set(uniphy_index, duplex);
|
||||
ppe_uniphy_usxgmii_port_reset(uniphy_index);
|
||||
ppe_port_bridge_txmac_set(port + 1, status);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue