summaryrefslogtreecommitdiff
path: root/drivers/pci
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2024-09-19 14:25:27 -0500
committerBjorn Helgaas <bhelgaas@google.com>2024-09-19 14:25:27 -0500
commitd774674f3492740503a3cd3f5da131d088202f1b (patch)
treef86c9eec04602e5ca2a3643bd03ce42fdfef2a59 /drivers/pci
parent9d4f1c0747e2937c830d135a460d727002caed3d (diff)
parent0da59840f10141988e949d8519ed9182991caf17 (diff)
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 'drivers/pci')
-rw-r--r--drivers/pci/pwrctl/pci-pwrctl-pwrseq.c5
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",