[ar71xx] fixes the ethernet port mask of RB433 in the platform data
* Signed-off-by: Joerg Albert <jal2 at gmx.de> * closes #4185 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13199 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
5a6e7ec751
commit
e4f087b401
|
@ -179,10 +179,10 @@ static void __init rb433_setup(void)
|
|||
{
|
||||
rb433_add_device_spi();
|
||||
|
||||
ar71xx_add_device_mdio(0xffffffec);
|
||||
ar71xx_add_device_mdio(0xffffffe9);
|
||||
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII;
|
||||
ar71xx_eth0_data.phy_mask = 0x00000003;
|
||||
ar71xx_eth0_data.phy_mask = 0x00000006;
|
||||
ar71xx_eth0_data.speed = SPEED_100;
|
||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue