ar71xx: register the second ethernet interface on the DB120 board
authorGabor Juhos <juhosg@openwrt.org>
Sat, 12 Nov 2011 12:50:19 +0000 (12:50 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 12 Nov 2011 12:50:19 +0000 (12:50 +0000)
SVN-Revision: 28989

target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c

index b176fc027efe229a5706360571de5fcc90c36870..d1860689d01b47b3e55fb7ccfb100a222dd489a4 100644 (file)
@@ -138,6 +138,14 @@ static void __init db120_setup(void)
 
        ar71xx_add_device_eth(0);
 
+       /* GMAC1 is connected to the internal switch */
+       ar71xx_init_mac(ar71xx_eth1_data.mac_addr, art + DB120_MAC1_OFFSET, 0);
+       ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_GMII;
+       ar71xx_eth1_data.speed = SPEED_100;
+       ar71xx_eth1_data.duplex = DUPLEX_FULL;
+
+       ar71xx_add_device_eth(1);
+
        ar9xxx_add_device_wmac(art + DB120_CALDATA_OFFSET,
                                art + DB120_WMAC_MAC_OFFSET);