Commit facd9939 authored by Vincent Donnefort's avatar Vincent Donnefort Committed by Lee Jones

mfd: lpc_ich: Add support for Intel Avoton GPIOs

Signed-off-by: default avatarVincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 6cec365e
...@@ -499,6 +499,7 @@ static struct lpc_ich_info lpc_chipset_info[] = { ...@@ -499,6 +499,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
[LPC_AVN] = { [LPC_AVN] = {
.name = "Avoton SoC", .name = "Avoton SoC",
.iTCO_version = 1, .iTCO_version = 1,
.gpio_version = AVOTON_GPIO,
}, },
[LPC_COLETO] = { [LPC_COLETO] = {
.name = "Coleto Creek", .name = "Coleto Creek",
......
...@@ -39,6 +39,7 @@ enum { ...@@ -39,6 +39,7 @@ enum {
ICH_V9_GPIO, ICH_V9_GPIO,
ICH_V10CORP_GPIO, ICH_V10CORP_GPIO,
ICH_V10CONS_GPIO, ICH_V10CONS_GPIO,
AVOTON_GPIO,
}; };
struct lpc_ich_info { struct lpc_ich_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment