Skip to content

Commit 0d5924e

Browse files
Sanjay R Mehtajonmason
authored andcommitted
ntb_hw_amd: Add NTB PCI ID for new gen CPU
Add NTB support for new generation of processor Signed-off-by: Sanjay R Mehta <[email protected]> Signed-off-by: Jon Mason <[email protected]>
1 parent df0cc57 commit 0d5924e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/ntb/hw/amd/ntb_hw_amd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,6 +1321,8 @@ static const struct ntb_dev_data dev_data[] = {
13211321
static const struct pci_device_id amd_ntb_pci_tbl[] = {
13221322
{ PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] },
13231323
{ PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] },
1324+
{ PCI_VDEVICE(AMD, 0x14c0), (kernel_ulong_t)&dev_data[1] },
1325+
{ PCI_VDEVICE(AMD, 0x14c3), (kernel_ulong_t)&dev_data[1] },
13241326
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
13251327
{ 0, }
13261328
};

0 commit comments

Comments
 (0)