mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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:
commit
d774674f34
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user