mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
fixes the ethernet port mask of RB433 in the platform data * Signed-off-by: Joerg Albert <jal2 at gmx.de> * closes #4185
SVN-Revision: 13199
This commit is contained in:
parent
d1c40911eb
commit
1d582ac8c0
@ -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
Block a user