ar71xx: register both MDIO bus on the DB120 board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Nov 2011 12:09:59 +0000 (12:09 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Nov 2011 12:09:59 +0000 (12:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28986 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ar71xx/mach-db120.c

index 815efb6..b176fc0 100644 (file)
@@ -127,6 +127,9 @@ static void __init db120_setup(void)
                                         ARRAY_SIZE(db120_gpio_keys),
                                         db120_gpio_keys);
 
+       ar71xx_add_device_mdio(0, 0x0);
+       ar71xx_add_device_mdio(1, 0x0);
+
        /* GMAC0 is connected to an AR8327 switch */
        ar71xx_init_mac(ar71xx_eth0_data.mac_addr, art + DB120_MAC0_OFFSET, 0);
        ar71xx_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII;
This page took 0.031136 seconds and 4 git commands to generate.