mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-24 01:01:06 +02:00
ar71xx: use the MDIO interface of the 2nd MAC on the ar7241
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae0b1149b9
commit
c7f17e256a
@ -86,7 +86,13 @@ void __init ar71xx_add_device_mdio(u32 phy_mask)
|
||||
{
|
||||
switch (ar71xx_soc) {
|
||||
case AR71XX_SOC_AR7240:
|
||||
ar71xx_mdio_data.is_ar7240 = 1;
|
||||
break;
|
||||
case AR71XX_SOC_AR7241:
|
||||
ar71xx_mdio_data.is_ar7240 = 1;
|
||||
ar71xx_mdio_resources[0].start = AR71XX_GE1_BASE;
|
||||
ar71xx_mdio_resources[0].end = AR71XX_GE1_BASE + 0x200 - 1;
|
||||
break;
|
||||
case AR71XX_SOC_AR7242:
|
||||
ar71xx_mdio_data.is_ar7240 = 1;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user