diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:24 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-09-23 16:10:24 -0500 |
commit | 8b38b5f2cf928b80f83daff55e2242f40565ce02 (patch) | |
tree | 1920aae393d955a680f09006dfbd7d2143b63b89 /include/linux/pci_ids.h | |
parent | 5adc7d510627fa940cde9beafba49c889c5656a7 (diff) | |
parent | 0cccd42e6193e168cbecc271dae464e4a53fd7b3 (diff) |
Merge branch 'remotes/lorenzo/pci/mediatek'
- Add mediatek support for MT7629 (Jianjun Wang)
* remotes/lorenzo/pci/mediatek:
PCI: mediatek: Add controller support for MT7629
dt-bindings: PCI: Add support for MT7629
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 5ce83544f38b..f3130542c752 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2132,6 +2132,7 @@ #define PCI_VENDOR_ID_MYRICOM 0x14c1 #define PCI_VENDOR_ID_MEDIATEK 0x14c3 +#define PCI_DEVICE_ID_MEDIATEK_7629 0x7629 #define PCI_VENDOR_ID_TITAN 0x14D2 #define PCI_DEVICE_ID_TITAN_010L 0x8001 |