mfd: lpc_ich: Intel device IDs for PCH
authorAlexandra Yates <alexandra.yates@linux.intel.com>
Fri, 6 Nov 2015 23:19:48 +0000 (15:19 -0800)
committerLee Jones <lee.jones@linaro.org>
Tue, 24 Nov 2015 11:10:46 +0000 (11:10 +0000)
Adding Intel codename Lewisburg platform device IDs for PCH.

Signed-off-by: Alexandra Yates <alexandra.yates@linux.intel.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lpc_ich.c

index b514f3cf140d1fdd8836b06df7eaeaf7ba7268c2..bd3aa45783460e983add77ab46d32124f46c37a0 100644 (file)
@@ -55,6 +55,7 @@
  *     document number TBD : Coleto Creek
  *     document number TBD : Wildcat Point-LP
  *     document number TBD : 9 Series
+ *     document number TBD : Lewisburg
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
@@ -213,6 +214,7 @@ enum lpc_chipsets {
        LPC_COLETO,     /* Coleto Creek */
        LPC_WPT_LP,     /* Wildcat Point-LP */
        LPC_BRASWELL,   /* Braswell SoC */
+       LPC_LEWISBURG,  /* Lewisburg */
        LPC_9S,         /* 9 Series */
 };
 
@@ -521,6 +523,10 @@ static struct lpc_ich_info lpc_chipset_info[] = {
                .name = "Braswell SoC",
                .iTCO_version = 3,
        },
+       [LPC_LEWISBURG] = {
+               .name = "Lewisburg",
+               .iTCO_version = 2,
+       },
        [LPC_9S] = {
                .name = "9 Series",
                .iTCO_version = 2,
@@ -757,6 +763,15 @@ static const struct pci_device_id lpc_ich_ids[] = {
        { PCI_VDEVICE(INTEL, 0x9cc6), LPC_WPT_LP},
        { PCI_VDEVICE(INTEL, 0x9cc7), LPC_WPT_LP},
        { PCI_VDEVICE(INTEL, 0x9cc9), LPC_WPT_LP},
+       { PCI_VDEVICE(INTEL, 0xa1c1), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c2), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c3), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c4), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c5), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c6), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa1c7), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa242), LPC_LEWISBURG},
+       { PCI_VDEVICE(INTEL, 0xa243), LPC_LEWISBURG},
        { 0, },                 /* End of list */
 };
 MODULE_DEVICE_TABLE(pci, lpc_ich_ids);
This page took 0.02761 seconds and 5 git commands to generate.