tew-632brp: enable WAN port
SVN-Revision: 14216
This commit is contained in:
parent
cf3beca4a2
commit
92dd3af727
@ -112,14 +112,18 @@ static struct gpio_button tew_632brp_gpio_buttons[] __initdata = {
|
||||
|
||||
static void __init tew_632brp_setup(void)
|
||||
{
|
||||
ar71xx_add_device_mdio(0xfffffffe);
|
||||
ar71xx_add_device_mdio(0x0);
|
||||
|
||||
ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||
ar71xx_eth0_data.phy_mask = 0x0;
|
||||
ar71xx_eth0_data.phy_mask = 0xf;
|
||||
ar71xx_eth0_data.speed = SPEED_100;
|
||||
ar71xx_eth0_data.duplex = DUPLEX_FULL;
|
||||
|
||||
ar71xx_eth1_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
|
||||
ar71xx_eth1_data.phy_mask = 0x10;
|
||||
|
||||
ar71xx_add_device_eth(0);
|
||||
ar71xx_add_device_eth(1);
|
||||
|
||||
ar71xx_add_device_spi(NULL, tew_632brp_spi_info,
|
||||
ARRAY_SIZE(tew_632brp_spi_info));
|
||||
|
Loading…
Reference in New Issue
Block a user