Skip to content

Commit 9b5b99a

Browse files
Jiasen Linjonmason
authored andcommitted
NTB: Add Hygon Device ID
Signed-off-by: Jiasen Lin <linjiasen@hygon.cn> Signed-off-by: Jon Mason <jdmason@kudzu.us>
1 parent 54ecb8f commit 9b5b99a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)