ar71xx: fix MDIO bus probe on QCA956x
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48651
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user