Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id

On N4100 / N4120 Gemini Lake SoCs the ISA bridge PCI device-id is 31e8
rather the 3197 found on e.g. the N4000 / N4020.

While at fix the existing GLK PCI-id table entry breaking the table
being sorted by device-id.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Link: https://lore.kernel.org/r/20241114193808.110132-1-hdegoede@redhat.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Hans de Goede and committed by
Lee Jones
1e89d21f 00e6dbc8

+2 -1
+2 -1
drivers/mfd/lpc_ich.c
··· 834 834 { PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME}, 835 835 { PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9}, 836 836 { PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M}, 837 - { PCI_VDEVICE(INTEL, 0x3197), LPC_GLK}, 838 837 { PCI_VDEVICE(INTEL, 0x2b9c), LPC_COUGARMOUNTAIN}, 838 + { PCI_VDEVICE(INTEL, 0x3197), LPC_GLK}, 839 + { PCI_VDEVICE(INTEL, 0x31e8), LPC_GLK}, 839 840 { PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO}, 840 841 { PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R}, 841 842 { PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10},