Skip to content

Commit 1e89d21

Browse files
jwrdegoedelag-linaro
authored andcommitted
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 <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 00e6dbc commit 1e89d21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/mfd/lpc_ich.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,9 @@ static const struct pci_device_id lpc_ich_ids[] = {
834834
{ PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME},
835835
{ PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9},
836836
{ PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M},
837-
{ PCI_VDEVICE(INTEL, 0x3197), LPC_GLK},
838837
{ PCI_VDEVICE(INTEL, 0x2b9c), LPC_COUGARMOUNTAIN},
838+
{ PCI_VDEVICE(INTEL, 0x3197), LPC_GLK},
839+
{ PCI_VDEVICE(INTEL, 0x31e8), LPC_GLK},
839840
{ PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO},
840841
{ PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R},
841842
{ PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10},

0 commit comments

Comments
 (0)