Author: nbd Date: 2016-02-07 22:00:01 +0100 (Sun, 07 Feb 2016) New Revision: 48651
Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c Log: ar71xx: fix MDIO bus probe on QCA956x Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c =================================================================== --- trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c 2016-02-07 20:59:51 UTC (rev 48650) +++ trunk/target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c 2016-02-07 21:00:01 UTC (rev 48651) @@ -183,7 +183,8 @@ 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; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
