ar71xx: fix MDIO bus probe on QCA956x

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 48651
master
Felix Fietkau 9 years ago
parent a5dd378a0e
commit a63fd6faf7
  1. 3
      target/linux/ar71xx/files/arch/mips/ath79/dev-eth.c

@ -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;

Loading…
Cancel
Save