diff options
author | 2024-09-19 14:25:27 -0500 | |
---|---|---|
committer | 2024-09-19 14:25:27 -0500 | |
commit | d774674f3492740503a3cd3f5da131d088202f1b (patch) | |
tree | f86c9eec04602e5ca2a3643bd03ce42fdfef2a59 | |
parent | Merge branch 'pci/npem' (diff) | |
parent | PCI/pwrctl: Add WCN6855 support (diff) | |
download | wireguard-linux-d774674f3492740503a3cd3f5da131d088202f1b.tar.xz wireguard-linux-d774674f3492740503a3cd3f5da131d088202f1b.zip |
Merge branch 'pci/pwrctl'
- Add pwrctl support for ATH11K inside the WCN6855 package (Konrad Dybcio)
* pci/pwrctl:
PCI/pwrctl: Add WCN6855 support
Diffstat (limited to '')
-rw-r--r-- | drivers/pci/pwrctl/pci-pwrctl-pwrseq.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c b/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c index c7a113a76c0c..9a22f4528dd9 100644 --- a/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c +++ b/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c @@ -67,6 +67,11 @@ static const struct of_device_id pci_pwrctl_pwrseq_of_match[] = { .data = "wlan", }, { + /* ATH11K in WCN6855 package. */ + .compatible = "pci17cb,1103", + .data = "wlan", + }, + { /* ATH12K in WCN7850 package. */ .compatible = "pci17cb,1107", .data = "wlan", |