ar71xx: fix MDIO bus probe on QCA956x
authorFelix Fietkau <nbd@openwrt.org>
Sun, 7 Feb 2016 21:00:01 +0000 (21:00 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 7 Feb 2016 21:00:01 +0000 (21:00 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48651

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

index 2efb9c70ff31f5c11bcdff6c6326743e4d5b5a11..12a376e1322ae14dd714297ed5f8319ae09eeb64 100644 (file)
@@ -183,7 +183,8 @@ void __init ath79_register_mdio(unsigned int id, u32 phy_mask)
            ath79_soc == ATH79_SOC_AR9342 ||
            ath79_soc == ATH79_SOC_AR9344 ||
            ath79_soc == ATH79_SOC_QCA9556 ||
-           ath79_soc == ATH79_SOC_QCA9558)
+           ath79_soc == ATH79_SOC_QCA9558 ||
+           ath79_soc == ATH79_SOC_QCA956X)
                max_id = 1;
        else
                max_id = 0;