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

Changed files
+1
drivers
ntb
hw
+1
drivers/ntb/hw/amd/ntb_hw_amd.c
··· 1139 1139 static const struct pci_device_id amd_ntb_pci_tbl[] = { 1140 1140 { PCI_VDEVICE(AMD, 0x145b), (kernel_ulong_t)&dev_data[0] }, 1141 1141 { PCI_VDEVICE(AMD, 0x148b), (kernel_ulong_t)&dev_data[1] }, 1142 + { PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] }, 1142 1143 { 0, } 1143 1144 }; 1144 1145 MODULE_DEVICE_TABLE(pci, amd_ntb_pci_tbl);