mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 11:55:30 +02:00
ar71xx: remove the fifo cfg overrides for the ap91 ethernet code - these values have been wrong on every single device i've tested, falling back to the atheros values seems to be the right thing to do
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22401 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9505c5deb3
commit
a0d848ed9d
@ -50,17 +50,11 @@ void __init ap91_eth_init(u8 *mac_addr, const char *port_names[])
|
|||||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||||
ar71xx_eth0_data.speed = SPEED_100;
|
ar71xx_eth0_data.speed = SPEED_100;
|
||||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||||
ar71xx_eth0_data.fifo_cfg1 = 0x0fff0000;
|
|
||||||
ar71xx_eth0_data.fifo_cfg2 = 0x00001fff;
|
|
||||||
ar71xx_eth0_data.fifo_cfg3 = 0x008001ff;
|
|
||||||
|
|
||||||
/* LAN ports */
|
/* LAN ports */
|
||||||
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||||
ar71xx_eth1_data.speed = SPEED_1000;
|
ar71xx_eth1_data.speed = SPEED_1000;
|
||||||
ar71xx_eth1_data.duplex = DUPLEX_FULL;
|
ar71xx_eth1_data.duplex = DUPLEX_FULL;
|
||||||
ar71xx_eth1_data.fifo_cfg1 = 0x0fff0000;
|
|
||||||
ar71xx_eth1_data.fifo_cfg2 = 0x00001fff;
|
|
||||||
ar71xx_eth1_data.fifo_cfg3 = 0x008001ff;
|
|
||||||
|
|
||||||
ar71xx_add_device_mdio(0x0);
|
ar71xx_add_device_mdio(0x0);
|
||||||
ar71xx_add_device_eth(1);
|
ar71xx_add_device_eth(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user