1
0
Fork 0

mfd: lpc_ich: Add support for Intel Avoton GPIOs

Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
hifive-unleashed-5.1
Vincent Donnefort 2014-02-14 15:01:54 +01:00 committed by Lee Jones
parent 6cec365e3e
commit facd993940
2 changed files with 2 additions and 0 deletions

View 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",

View File

@ -39,6 +39,7 @@ enum {
ICH_V9_GPIO,
ICH_V10CORP_GPIO,
ICH_V10CONS_GPIO,
AVOTON_GPIO,
};
struct lpc_ich_info {