mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset
This is not required for the AR9003 family. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
8fe6536850
commit
e041228fed
@ -2064,7 +2064,8 @@ static bool ath9k_hw_set_power_awake(struct ath_hw *ah, int setChip)
|
||||
ATH9K_RESET_POWER_ON) != true) {
|
||||
return false;
|
||||
}
|
||||
ath9k_hw_init_pll(ah, NULL);
|
||||
if (!AR_SREV_9300_20_OR_LATER(ah))
|
||||
ath9k_hw_init_pll(ah, NULL);
|
||||
}
|
||||
if (AR_SREV_9100(ah))
|
||||
REG_SET_BIT(ah, AR_RTC_RESET,
|
||||
|
Loading…
Reference in New Issue
Block a user