mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
ar71xx: fix GMAC1 interface speed on the DB120 board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29555 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8e8e3fdde7
commit
a55b188ebe
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user