mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02: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