ar71xx: allow to attach the internal switch for AR934x
authorGabor Juhos <juhosg@openwrt.org>
Thu, 15 Dec 2011 22:25:22 +0000 (22:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 15 Dec 2011 22:25:22 +0000 (22:25 +0000)
SVN-Revision: 29550

target/linux/ar71xx/files/arch/mips/ar71xx/devices.c

index 966afeac62d7c69758a294786d332f43d38f10a7..75b24b0043a5688639074bef96f1965245c55976 100644 (file)
@@ -914,6 +914,8 @@ void __init ar71xx_add_device_eth(unsigned int id)
                                           AR934X_RESET_GE1_MDIO;
                        pdata->ddr_flush = ar934x_ddr_flush_ge1;
                        pdata->set_speed = ar934x_set_speed_ge1;
+
+                       pdata->switch_data = &ar71xx_switch_data;
                }
 
                pdata->has_gbit = 1;