]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
PCI/pwrctl: Add WCN6855 support
authorKonrad Dybcio <konradybcio@kernel.org>
Tue, 13 Aug 2024 19:12:00 +0000 (21:12 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 22 Aug 2024 19:03:41 +0000 (14:03 -0500)
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>
drivers/pci/pwrctl/pci-pwrctl-pwrseq.c

index c7a113a76c0cec120806f65a9b37cfe6f62196fb..9a22f4528dd93f05fc14965401fc2a402ba13ce0 100644 (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",