ar71xx: fix MDIO bus probe on QCA956x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48651
This commit is contained in:
parent
a5dd378a0e
commit
a63fd6faf7
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue