summaryrefslogtreecommitdiff
path: root/util/inteltool/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r--util/inteltool/gpio.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c
index ba3439a507..cd6ce91185 100644
--- a/util/inteltool/gpio.c
+++ b/util/inteltool/gpio.c
@@ -1126,6 +1126,20 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs)
case PCI_DEVICE_ID_INTEL_JSL:
case PCI_DEVICE_ID_INTEL_EHL:
case PCI_DEVICE_ID_INTEL_EBG:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_M:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_1:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_2:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_3:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_4:
+ case PCI_DEVICE_ID_INTEL_CORE_MTL_ID_P_5:
+ case PCI_DEVICE_ID_INTEL_MTL_0:
+ case PCI_DEVICE_ID_INTEL_MTL_1:
+ case PCI_DEVICE_ID_INTEL_MTL_2:
+ case PCI_DEVICE_ID_INTEL_MTL_3:
+ case PCI_DEVICE_ID_INTEL_MTL_4:
+ case PCI_DEVICE_ID_INTEL_MTL_5:
+ case PCI_DEVICE_ID_INTEL_MTL_6:
+ case PCI_DEVICE_ID_INTEL_MTL_7:
print_gpio_groups(sb);
return 0;
case PCI_DEVICE_ID_INTEL_82371XX: