File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -2518,6 +2518,9 @@ struct tb *icm_probe(struct tb_nhi *nhi)
2518
2518
case PCI_DEVICE_ID_INTEL_ADL_NHI1 :
2519
2519
case PCI_DEVICE_ID_INTEL_RPL_NHI0 :
2520
2520
case PCI_DEVICE_ID_INTEL_RPL_NHI1 :
2521
+ case PCI_DEVICE_ID_INTEL_MTL_M_NHI0 :
2522
+ case PCI_DEVICE_ID_INTEL_MTL_P_NHI0 :
2523
+ case PCI_DEVICE_ID_INTEL_MTL_P_NHI1 :
2521
2524
icm -> is_supported = icm_tgl_is_supported ;
2522
2525
icm -> driver_ready = icm_icl_driver_ready ;
2523
2526
icm -> set_uuid = icm_icl_set_uuid ;
Original file line number Diff line number Diff line change @@ -1415,6 +1415,12 @@ static struct pci_device_id nhi_ids[] = {
1415
1415
.driver_data = (kernel_ulong_t )& icl_nhi_ops },
1416
1416
{ PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_RPL_NHI1 ),
1417
1417
.driver_data = (kernel_ulong_t )& icl_nhi_ops },
1418
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MTL_M_NHI0 ),
1419
+ .driver_data = (kernel_ulong_t )& icl_nhi_ops },
1420
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MTL_P_NHI0 ),
1421
+ .driver_data = (kernel_ulong_t )& icl_nhi_ops },
1422
+ { PCI_VDEVICE (INTEL , PCI_DEVICE_ID_INTEL_MTL_P_NHI1 ),
1423
+ .driver_data = (kernel_ulong_t )& icl_nhi_ops },
1418
1424
1419
1425
/* Any USB4 compliant host */
1420
1426
{ PCI_DEVICE_CLASS (PCI_CLASS_SERIAL_USB_USB4 , ~0 ) },
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ extern const struct tb_nhi_ops icl_nhi_ops;
74
74
#define PCI_DEVICE_ID_INTEL_TITAN_RIDGE_DD_BRIDGE 0x15ef
75
75
#define PCI_DEVICE_ID_INTEL_ADL_NHI0 0x463e
76
76
#define PCI_DEVICE_ID_INTEL_ADL_NHI1 0x466d
77
+ #define PCI_DEVICE_ID_INTEL_MTL_M_NHI0 0x7eb2
78
+ #define PCI_DEVICE_ID_INTEL_MTL_P_NHI0 0x7ec2
79
+ #define PCI_DEVICE_ID_INTEL_MTL_P_NHI1 0x7ec3
77
80
#define PCI_DEVICE_ID_INTEL_ICL_NHI1 0x8a0d
78
81
#define PCI_DEVICE_ID_INTEL_ICL_NHI0 0x8a17
79
82
#define PCI_DEVICE_ID_INTEL_TGL_NHI0 0x9a1b
You can’t perform that action at this time.
0 commit comments