diff options
Diffstat (limited to 'util/inteltool/gpio.c')
-rw-r--r-- | util/inteltool/gpio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/gpio.c b/util/inteltool/gpio.c index dc2ed77a02..aa525929fe 100644 --- a/util/inteltool/gpio.c +++ b/util/inteltool/gpio.c @@ -1106,6 +1106,9 @@ int print_gpios(struct pci_dev *sb, int show_all, int show_diffs) case PCI_DEVICE_ID_INTEL_HM670: case PCI_DEVICE_ID_INTEL_WM790: case PCI_DEVICE_ID_INTEL_HM770: + case PCI_DEVICE_ID_INTEL_ADL_P: + case PCI_DEVICE_ID_INTEL_ADL_M: + case PCI_DEVICE_ID_INTEL_RPL_P: print_gpio_groups(sb); return 0; case PCI_DEVICE_ID_INTEL_82371XX: |