提交 facd9939 编写于 作者: V Vincent Donnefort 提交者: Lee Jones

mfd: lpc_ich: Add support for Intel Avoton GPIOs

Signed-off-by: NVincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册