ar71xx: remove hardwired interface parameters from mach-* files
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-tl-wr703n.c
index 772af3d..6ddd33b 100644 (file)
@@ -71,7 +71,7 @@ static struct flash_platform_data tl_wr703n_flash_data = {
 
 static struct gpio_led tl_wr703n_leds_gpio[] __initdata = {
        {
-               .name           = "tl-wr703n:blue:system",
+               .name           = "tp-link:blue:system",
                .gpio           = TL_WR703N_GPIO_LED_SYSTEM,
                .active_low     = 1,
        },
@@ -106,12 +106,7 @@ static void __init tl_wr703n_setup(void)
 
        ar71xx_init_mac(ar71xx_eth0_data.mac_addr, mac, 0);
 
-       ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RMII;
-       ar71xx_eth0_data.speed = SPEED_100;
-       ar71xx_eth0_data.duplex = DUPLEX_FULL;
-       ar71xx_eth0_data.phy_mask = BIT(4);
-
-       ar71xx_add_device_mdio(0x0);
+       ar71xx_add_device_mdio(0, 0x0);
        ar71xx_add_device_eth(0);
 
        ar9xxx_add_device_wmac(ee, mac);
This page took 0.03288 seconds and 4 git commands to generate.