mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-20 22:15:59 +00:00
NTB: Add Hygon Device ID
Signed-off-by: Jiasen Lin <linjiasen@hygon.cn> Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
parent
54ecb8f702
commit
9b5b99a89f
1 changed files with 1 additions and 0 deletions
|
@ -1139,6 +1139,7 @@ static const struct ntb_dev_data dev_data[] = {
|
||||||
static const struct pci_device_id amd_ntb_pci_tbl[] = {
|
static const struct pci_device_id amd_ntb_pci_tbl[] = {
|
||||||
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
|
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
|
||||||
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
|
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
|
||||||
|
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
|
||||||
{ 0, }
|
{ 0, }
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);
|
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);
|
||||||
|
|
Loading…
Add table
Reference in a new issue