mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 09:42:49 +02:00
ar71xx: remove superfluous fifo_cfg overrides
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26859 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
318f8f9eeb
commit
5b6a159d03
@ -250,9 +250,6 @@ static void __init ubnt_m_setup(void)
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
|
||||
ar71xx_eth0_data.speed = SPEED_100;
|
||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||
ar71xx_eth0_data.fifo_cfg1 = 0x0010ffff;
|
||||
ar71xx_eth0_data.fifo_cfg2 = 0x015500aa;
|
||||
ar71xx_eth0_data.fifo_cfg3 = 0x01f00140;
|
||||
|
||||
ar71xx_add_device_eth(0);
|
||||
|
||||
@ -287,9 +284,6 @@ static void __init ubnt_nano_m_setup(void)
|
||||
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||
ar71xx_eth1_data.speed = SPEED_1000;
|
||||
ar71xx_eth1_data.duplex = DUPLEX_FULL;
|
||||
ar71xx_eth1_data.fifo_cfg1 = 0x0010ffff;
|
||||
ar71xx_eth1_data.fifo_cfg2 = 0x015500aa;
|
||||
ar71xx_eth1_data.fifo_cfg3 = 0x01f00140;
|
||||
|
||||
ar71xx_add_device_eth(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user