Skip to content

Commit 9455d25

Browse files
committed
Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb
Pull NTB update from Jon Mason: "Just a simple patch to add a new Hygon Device ID to the AMD NTB device driver" * tag 'ntb-5.5' of git://github.com/jonmason/ntb: NTB: Add Hygon Device ID
2 parents 7372145 + 9b5b99a commit 9455d25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ntb/hw/amd/ntb_hw_amd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@ static const struct ntb_dev_data dev_data[] = {
11391139
static const struct pci_device_id amd_ntb_pci_tbl[] = {
11401140
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
11411141
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
1142+
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
11421143
{ 0, }
11431144
};
11441145
MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);

0 commit comments

Comments
 (0)