ar71xx: don't set builtin_switch flag for QCA9558
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Dec 2013 17:05:21 +0000 (17:05 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 23 Dec 2013 17:05:21 +0000 (17:05 +0000)
It makes no sense, the SoC has no built-in switch.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39160 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index da67478..17b3ec4 100644 (file)
@@ -254,13 +254,8 @@ void __init ath79_register_mdio(unsigned int id, u32 phy_mask)
                mdio_data->is_ar934x = 1;
                break;
 
-       case ATH79_SOC_QCA9558:
-               if (id == 1)
-                       mdio_data->builtin_switch = 1;
-               mdio_data->is_ar934x = 1;
-               break;
-
        case ATH79_SOC_QCA9556:
+       case ATH79_SOC_QCA9558:
                mdio_data->is_ar934x = 1;
                break;