Skip to content

Commit

Permalink
NTB: Add Hygon Device ID
Browse files Browse the repository at this point in the history
Signed-off-by: Jiasen Lin <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
  • Loading branch information
Jiasen Lin authored and jonmason committed Dec 7, 2019
1 parent 54ecb8f commit 9b5b99a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ntb/hw/amd/ntb_hw_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,7 @@ static const struct ntb_dev_data dev_data[] = {
static const struct pci_device_id amd_ntb_pci_tbl[] = {
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
{ 0, }
};
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);
Expand Down

0 comments on commit 9b5b99a

Please sign in to comment.