Merge branch 'pci/pwrctl'

- Add pwrctl support for ATH11K inside the WCN6855 package (Konrad Dybcio)

* pci/pwrctl:
  PCI/pwrctl: Add WCN6855 support
This commit is contained in:
Bjorn Helgaas 2024-09-19 14:25:27 -05:00
commit d774674f34

View File

@ -66,6 +66,11 @@ static const struct of_device_id pci_pwrctl_pwrseq_of_match[] = {
.compatible = "pci17cb,1101",
.data = "wlan",
},
{
/* ATH11K in WCN6855 package. */
.compatible = "pci17cb,1103",
.data = "wlan",
},
{
/* ATH12K in WCN7850 package. */
.compatible = "pci17cb,1107",