mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 18:11:07 +02:00
ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20725 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
58618dfb3d
commit
e9d07710ee
@ -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…
x
Reference in New Issue
Block a user