mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 22:21:07 +02:00
[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-a3cf2f4a3e73
This commit is contained in:
parent
7bb460e11a
commit
cfb59b2578
@ -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…
x
Reference in New Issue
Block a user