ar71xx: fix GMAC1 interface speed on the DB120 board
authorGabor Juhos <juhosg@openwrt.org>
Thu, 15 Dec 2011 22:25:35 +0000 (22:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 15 Dec 2011 22:25:35 +0000 (22:25 +0000)
SVN-Revision: 29555

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

index b997f3cb5ad1deb88b8a9be2edcc80cf9c3a8bc7..1d59f7478625ddfdd13e0d4ef99c8ad5e4b3f6b4 100644 (file)
@@ -143,7 +143,7 @@ static void __init db120_setup(void)
        /* 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.speed = SPEED_1000;
        ar71xx_eth1_data.duplex = DUPLEX_FULL;
 
        ar71xx_add_device_eth(1);