mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 14:11:06 +02:00
ar71xx: only allow RGMII mode on the 2nd ethernet MAC of the AR7240
Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef286ca0dc
commit
aec6c8f610
@ -616,7 +616,14 @@ static int __init ath79_setup_phy_if_mode(unsigned int id,
|
||||
break;
|
||||
|
||||
case ATH79_SOC_AR7242:
|
||||
/* FIXME */
|
||||
switch (pdata->phy_if_mode) {
|
||||
case PHY_INTERFACE_MODE_RGMII:
|
||||
break;
|
||||
default:
|
||||
/* Other PHY modes are not tested yet. */
|
||||
return -EINVAL;
|
||||
}
|
||||
break;
|
||||
|
||||
case ATH79_SOC_AR9341:
|
||||
case ATH79_SOC_AR9342:
|
||||
|
Loading…
x
Reference in New Issue
Block a user