ar71xx: don't assign any MII bus device on QCA9558 by default
authorGabor Juhos <juhosg@openwrt.org>
Sat, 22 Dec 2012 12:12:43 +0000 (12:12 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 22 Dec 2012 12:12:43 +0000 (12:12 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34850

target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c

index 5a0b950c1bf907f837503f8c58df9de5c85a2366..02c374a98488ca7679a5bbf54b3f34b61707a642 100644 (file)
@@ -943,7 +943,6 @@ void __init ath79_register_eth(unsigned int id)
                case ATH79_SOC_AR9341:
                case ATH79_SOC_AR9342:
                case ATH79_SOC_AR9344:
-               case ATH79_SOC_QCA9558:
                        if (id == 0)
                                pdata->mii_bus_dev = &ath79_mdio0_device.dev;
                        else
@@ -956,6 +955,10 @@ void __init ath79_register_eth(unsigned int id)
                        pdata->mii_bus_dev = &ath79_mdio1_device.dev;
                        break;
 
+               case ATH79_SOC_QCA9558:
+                       /* don't assign any MDIO device by default */
+                       break;
+
                default:
                        pdata->mii_bus_dev = &ath79_mdio0_device.dev;
                        break;