Skip to content

Commit

Permalink
mt76: mt7921: add support for PCIe ID 0x0608/0x0616
Browse files Browse the repository at this point in the history
New mt7921 serials chip support

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
  • Loading branch information
deren authored and nbd168 committed Nov 21, 2021
1 parent 0c489ea commit 91c5da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mt7921/pci.c
Expand Up @@ -15,6 +15,8 @@
static const struct pci_device_id mt7921_pci_device_table[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616) },
{ },
};

Expand Down

1 comment on commit 91c5da3

@lunzima
Copy link

@lunzima lunzima commented on 91c5da3 Nov 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. xxxx finally supporting RZ608/RZ616 !

Please sign in to comment.