ar71xx: don't set builtin_switch flag for QCA9558
It makes no sense, the SoC has no built-in switch. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39160
This commit is contained in:
parent
dd7c1f8fcd
commit
76f37c5d46
1 changed files with 1 additions and 6 deletions
|
@ -254,13 +254,8 @@ void __init ath79_register_mdio(unsigned int id, u32 phy_mask)
|
|||
mdio_data->is_ar934x = 1;
|
||||
break;
|
||||
|
||||
case ATH79_SOC_QCA9558:
|
||||
if (id == 1)
|
||||
mdio_data->builtin_switch = 1;
|
||||
mdio_data->is_ar934x = 1;
|
||||
break;
|
||||
|
||||
case ATH79_SOC_QCA9556:
|
||||
case ATH79_SOC_QCA9558:
|
||||
mdio_data->is_ar934x = 1;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue