aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/mfd/lpc_ich.c1
-rw-r--r--include/linux/mfd/lpc_ich.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 010c1b490478..17eff0925ac1 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -499,6 +499,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
499 [LPC_AVN] = { 499 [LPC_AVN] = {
500 .name = "Avoton SoC", 500 .name = "Avoton SoC",
501 .iTCO_version = 1, 501 .iTCO_version = 1,
502 .gpio_version = AVOTON_GPIO,
502 }, 503 },
503 [LPC_COLETO] = { 504 [LPC_COLETO] = {
504 .name = "Coleto Creek", 505 .name = "Coleto Creek",
diff --git a/include/linux/mfd/lpc_ich.h b/include/linux/mfd/lpc_ich.h
index 293b06209b9c..b2364dd026a6 100644
--- a/include/linux/mfd/lpc_ich.h
+++ b/include/linux/mfd/lpc_ich.h
@@ -39,6 +39,7 @@ enum {
39 ICH_V9_GPIO, 39 ICH_V9_GPIO,
40 ICH_V10CORP_GPIO, 40 ICH_V10CORP_GPIO,
41 ICH_V10CONS_GPIO, 41 ICH_V10CONS_GPIO,
42 AVOTON_GPIO,
42}; 43};
43 44
44struct lpc_ich_info { 45struct lpc_ich_info {