parent
23883e237d
commit
35a2f35a68
|
|
@ -222,9 +222,11 @@ int genphy_update_link(struct phy_device *phydev)
|
||||||
{
|
{
|
||||||
unsigned int mii_reg;
|
unsigned int mii_reg;
|
||||||
|
|
||||||
/* TODO */
|
#ifdef __CONFIG_AM335X_NRHW20_H
|
||||||
|
/* TODO: Check and remove this NRHW20 work around */
|
||||||
phydev->link = 1;
|
phydev->link = 1;
|
||||||
return 0;
|
return 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Wait if the link is up, and autonegotiation is in progress
|
* Wait if the link is up, and autonegotiation is in progress
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue