ar71xx: use the MDIO interface of the 2nd MAC on the ar7241
authorGabor Juhos <juhosg@openwrt.org>
Mon, 27 Sep 2010 14:53:49 +0000 (14:53 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 27 Sep 2010 14:53:49 +0000 (14:53 +0000)
SVN-Revision: 23132

target/linux/ar71xx/files/arch/mips/ar71xx/devices.c

index 8879448ac17f666698adf8fcf2af0a4def65b5e1..45300d7bfa6c1314de240439176513639466fc72 100644 (file)
@@ -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;