Skip to content

Commit 0da5984

Browse files
konradybciobjorn-helgaas
authored andcommitted
PCI/pwrctl: Add WCN6855 support
Add support for ATH11K inside the WCN6855 package to the power sequencing PCI power control driver. Link: https://lore.kernel.org/r/20240813191201.155123-1-brgl@bgdev.pl [Bartosz: split Konrad's bigger patch, write the commit message] Co-developed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Konrad Dybcio <konradybcio@kernel.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Konrad Dybcio <konradybcio@kernel.org>
1 parent 8400291 commit 0da5984

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)