projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df0cc57
)
ntb_hw_amd: Add NTB PCI ID for new gen CPU
author
Sanjay R Mehta
<sanju.mehta@amd.com>
Fri, 17 Dec 2021 09:56:20 +0000
(
03:56
-0600)
committer
Jon Mason
<jdmason@kudzu.us>
Tue, 11 Jan 2022 20:38:59 +0000
(15:38 -0500)
Add NTB support for new generation of processor
Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
drivers/ntb/hw/amd/ntb_hw_amd.c
patch
|
blob
|
history
diff --git
a/drivers/ntb/hw/amd/ntb_hw_amd.c
b/drivers/ntb/hw/amd/ntb_hw_amd.c
index 87847c380051688a27192cbb317de8644461943b..04550b1f984c628847e2d3bc3a0cafd838c36754 100644
(file)
--- a/
drivers/ntb/hw/amd/ntb_hw_amd.c
+++ b/
drivers/ntb/hw/amd/ntb_hw_amd.c
@@
-1321,6
+1321,8
@@
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(AMD, 0x14c0), (kernel_ulong_t)&dev_data[1] },
+ { PCI_VDEVICE(AMD, 0x14c3), (kernel_ulong_t)&dev_data[1] },
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
{ 0, }
};