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 <george.d.sworo@intel.com> [mani: expanded PTL] Signed-off-by: Manivannan Sadhasivam <mani@kernel.org> Link: https://patch.msgid.link/20250606210230.340803-2-george.d.sworo@intel.com
1 parent 19272b3 commit 255c891

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • drivers/pci/controller

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)