Skip to content

Commit 255c891

Browse files
gdsworoMani-Sadhasivam
authored andcommitted
PCI: vmd: Add VMD Device ID Support for Panther Lake (PTL)-H/P/U
Add VMD Device ID Support for PTL-H/P/U processors. Signed-off-by: George D Sworo <[email protected]> [mani: expanded PTL] Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent 19272b3 commit 255c891

File tree

1 file changed

+2
-0
lines changed
  • drivers/pci/controller

1 file changed

+2
-0
lines changed

drivers/pci/controller/vmd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,6 +1129,8 @@ static const struct pci_device_id vmd_ids[] = {
11291129
.driver_data = VMD_FEATS_CLIENT,},
11301130
{PCI_VDEVICE(INTEL, 0xb06f),
11311131
.driver_data = VMD_FEATS_CLIENT,},
1132+
{PCI_VDEVICE(INTEL, 0xb07f),
1133+
.driver_data = VMD_FEATS_CLIENT,},
11321134
{0,}
11331135
};
11341136
MODULE_DEVICE_TABLE(pci, vmd_ids);

0 commit comments

Comments
 (0)