tew-632brp: enable WAN port
authorGabor Juhos <juhosg@openwrt.org>
Tue, 27 Jan 2009 07:08:24 +0000 (07:08 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 27 Jan 2009 07:08:24 +0000 (07:08 +0000)
SVN-Revision: 14216

target/linux/ar71xx/files/arch/mips/ar71xx/mach-tew-632brp.c

index 31a5479149d5fa93126b8fa172c40ca8b7dcfd38..fa852898e9acbcc3241bb90318c60a74fc5f0ce3 100644 (file)
@@ -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));