mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
wifi: rtw89: pci: restore LDO setting after device resume
The LDO (Low Dropout Regulator) setting is missing after suspend/resume in some platforms, and it will cause card loss. Therefore, reconfigure this setting to avoid it. Signed-off-by: Dian-Syuan Yang <dian_syuan0116@realtek.com> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> Link: https://patch.msgid.link/20260127085036.44060-6-pkshih@realtek.com
This commit is contained in:
parent
2258f2770e
commit
af1e82232b
|
|
@ -4605,6 +4605,7 @@ static int __maybe_unused rtw89_pci_resume(struct device *dev)
|
|||
rtw89_write32_clr(rtwdev, R_AX_PCIE_PS_CTRL_V1,
|
||||
B_AX_SEL_REQ_ENTR_L1);
|
||||
}
|
||||
rtw89_pci_hci_ldo(rtwdev);
|
||||
rtw89_pci_l2_hci_ldo(rtwdev);
|
||||
|
||||
rtw89_pci_basic_cfg(rtwdev, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user