projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aff1270
)
ntb_hw_amd: Add NTB PCI ID for new gen CPU
author
Basavaraj Natikar
<Basavaraj.Natikar@amd.com>
Wed, 12 Mar 2025 14:32:16 +0000
(20:02 +0530)
committer
Jon Mason
<jdmason@kudzu.us>
Tue, 18 Mar 2025 17:35:00 +0000
(13:35 -0400)
Add NTB support for new generation of processor.
Signed-off-by: Basavaraj Natikar <Basavaraj.Natikar@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
d687e8c
..
63ceed8
100644
(file)
--- a/
drivers/ntb/hw/amd/ntb_hw_amd.c
+++ b/
drivers/ntb/hw/amd/ntb_hw_amd.c
@@
-1318,6
+1318,7
@@
static const struct pci_device_id amd_ntb_pci_tbl[] = {
{ 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(AMD, 0x155a), (kernel_ulong_t)&dev_data[1] },
{ PCI_VDEVICE(HYGON, 0x145b), (kernel_ulong_t)&dev_data[0] },
{ 0, }
};