mfd: lpc_ich: Add support for Intel Avoton GPIOs
authorVincent Donnefort <vdonnefort@gmail.com>
Wed, 5 Nov 2014 01:39:08 +0000 (09:39 +0800)
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>
Wed, 4 Feb 2015 10:16:26 +0000 (11:16 +0100)
Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
(cherry picked from commit facd9939403cb5769190054a600474399e776e3a)

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
drivers/mfd/lpc_ich.c
include/linux/mfd/lpc_ich.h

index 010c1b4..17eff09 100644 (file)
@@ -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",
index 293b062..b2364dd 100644 (file)
@@ -39,6 +39,7 @@ enum {
        ICH_V9_GPIO,
        ICH_V10CORP_GPIO,
        ICH_V10CONS_GPIO,
+       AVOTON_GPIO,
 };
 
 struct lpc_ich_info {