Revert "ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240"
That was based on assumptions. SVN-Revision: 33310
This commit is contained in:
parent
eb9a97a360
commit
11c3392b7f
1 changed files with 1 additions and 8 deletions
|
@ -616,14 +616,7 @@ static int __init ath79_setup_phy_if_mode(unsigned int id,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ATH79_SOC_AR7242:
|
case ATH79_SOC_AR7242:
|
||||||
switch (pdata->phy_if_mode) {
|
/* FIXME */
|
||||||
case PHY_INTERFACE_MODE_RGMII:
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
/* Other PHY modes are not tested yet. */
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
|
|
||||||
case ATH79_SOC_AR9341:
|
case ATH79_SOC_AR9341:
|
||||||
case ATH79_SOC_AR9342:
|
case ATH79_SOC_AR9342:
|
||||||
|
|
Loading…
Reference in a new issue