Skip to content

Commit d774674

Browse files
committed
Merge branch 'pci/pwrctl'
- Add pwrctl support for ATH11K inside the WCN6855 package (Konrad Dybcio) * pci/pwrctl: PCI/pwrctl: Add WCN6855 support
2 parents 9d4f1c0 + 0da5984 commit d774674

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/pci/pwrctl/pci-pwrctl-pwrseq.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ static const struct of_device_id pci_pwrctl_pwrseq_of_match[] = {
6666
.compatible = "pci17cb,1101",
6767
.data = "wlan",
6868
},
69+
{
70+
/* ATH11K in WCN6855 package. */
71+
.compatible = "pci17cb,1103",
72+
.data = "wlan",
73+
},
6974
{
7075
/* ATH12K in WCN7850 package. */
7176
.compatible = "pci17cb,1107",

0 commit comments

Comments
 (0)