From 833934d6ec36d594513d5bf29acefc3cdd84ef9b Mon Sep 17 00:00:00 2001 From: Vincent Donnefort Date: Wed, 5 Nov 2014 09:39:08 +0800 Subject: [PATCH] mfd: lpc_ich: Add support for Intel Avoton GPIOs Signed-off-by: Vincent Donnefort Signed-off-by: Lee Jones (cherry picked from commit facd9939403cb5769190054a600474399e776e3a) Signed-off-by: Chang Rebecca Swee Fun --- drivers/mfd/lpc_ich.c | 1 + include/linux/mfd/lpc_ich.h | 1 + 2 files changed, 2 insertions(+) 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[] = { [LPC_AVN] = { .name = "Avoton SoC", .iTCO_version = 1, + .gpio_version = AVOTON_GPIO, }, [LPC_COLETO] = { .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 { ICH_V9_GPIO, ICH_V10CORP_GPIO, ICH_V10CONS_GPIO, + AVOTON_GPIO, }; struct lpc_ich_info { -- 2.34.1