ath79: fix adjust_link callback for ar9130
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
parent
83fb9ec5e0
commit
5a6a32ad9b
1 changed files with 2 additions and 0 deletions
|
@ -624,6 +624,8 @@ __ag71xx_link_adjust(struct ag71xx *ag, bool update)
|
|||
} else if (of_device_is_compatible(np, "qca,ar7242-eth")) {
|
||||
ath79_set_pll(ag);
|
||||
} else if (of_device_is_compatible(np, "qca,ar9130-eth")) {
|
||||
ath79_set_pll(ag);
|
||||
ath79_mii_ctrl_set_speed(ag);
|
||||
} else if (of_device_is_compatible(np, "qca,ar9340-eth")) {
|
||||
ath79_set_pll(ag);
|
||||
} else if (of_device_is_compatible(np, "qca,qca9550-eth")) {
|
||||
|
|
Loading…
Reference in a new issue