ath79: preliminary support for TP-Link WDR3600 / WDR4300 (AR9344)
[openwrt/staging/blogic.git] / target / linux / ath79 / files / drivers / net / ethernet / atheros / ag71xx / ag71xx_main.c
index 3c07adb6809f4fc5492bc1e600f36dd60da8ab0a..4a966fce9e125a38269daad5ed308f29e05b2aec 100644 (file)
@@ -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")) {
                }