forked from Ivasoft/openwrt
ath79: preliminary support for TP-Link WDR3600 / WDR4300 (AR9344)
working: - leds - buttons - lan / wan - usb (hub port 1 + 2) - wifi 5g - sysupgrade - ... not working: - wifi 2g Signed-off-by: Johann Neuhauser <johann@it-neuhauser.de>
This commit is contained in:
committed by
John Crispin
parent
faf0a460c4
commit
a7e1e919af
@@ -625,6 +625,7 @@ __ag71xx_link_adjust(struct ag71xx *ag, bool update)
|
||||
ath79_set_pll(ag);
|
||||
} else if (of_device_is_compatible(np, "qca,ar9130-eth")) {
|
||||
} else if (of_device_is_compatible(np, "qca,ar9340-eth")) {
|
||||
ath79_set_pll(ag);
|
||||
} else if (of_device_is_compatible(np, "qca,qca9550-eth")) {
|
||||
} else if (of_device_is_compatible(np, "qca,qca9560-eth")) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user