From a7e1e919afa9659f66dada5e69d1b162f447ced7 Mon Sep 17 00:00:00 2001 From: Johann Neuhauser Date: Fri, 18 May 2018 18:06:03 +0200 Subject: 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 --- .../linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ath79/files/drivers/net/ethernet') diff --git a/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c index 3c07adb680..4a966fce9e 100644 --- a/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c +++ b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c @@ -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")) { } -- cgit v1.2.3