diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index e48a2c51f5..1dfb8964bf 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1024,6 +1024,7 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) gpio_registers = baytrail_score_ssus_gpio_registers; size = ARRAY_SIZE(baytrail_score_ssus_gpio_registers); break; + case PCI_DEVICE_ID_INTEL_H110: case PCI_DEVICE_ID_INTEL_B150: case PCI_DEVICE_ID_INTEL_CM236: case PCI_DEVICE_ID_INTEL_C236: diff --git a/util/inteltool/gpio_groups.c b/util/inteltool/gpio_groups.c index 3c0fedbfbf..24d6c8ed16 100644 --- a/util/inteltool/gpio_groups.c +++ b/util/inteltool/gpio_groups.c @@ -1772,6 +1772,7 @@ void print_gpio_groups(struct pci_dev *const sb) size_t pad_stepping = 8; switch (sb->device_id) { + case PCI_DEVICE_ID_INTEL_H110: case PCI_DEVICE_ID_INTEL_B150: case PCI_DEVICE_ID_INTEL_CM236: case PCI_DEVICE_ID_INTEL_C236: