ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)
SVN-Revision: 20725
This commit is contained in:
parent
23bebe33a7
commit
df463abb18
@ -89,7 +89,7 @@ static void __init pb92_init(void)
|
||||
|
||||
ar71xx_add_device_mdio(~0);
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||
ar71xx_eth0_data.speed = SPEED_100;
|
||||
ar71xx_eth0_data.speed = SPEED_1000;
|
||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||
|
||||
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||
|
Loading…
Reference in New Issue
Block a user