mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-17 04:14:39 +00:00
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
@ -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 New Issue
Block a user