mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-14 15:54:15 +08:00
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>
This commit is contained in:
parent
6cec365e3e
commit
facd993940
@ -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",
|
||||
|
@ -39,6 +39,7 @@ enum {
|
||||
ICH_V9_GPIO,
|
||||
ICH_V10CORP_GPIO,
|
||||
ICH_V10CONS_GPIO,
|
||||
AVOTON_GPIO,
|
||||
};
|
||||
|
||||
struct lpc_ich_info {
|
||||
|
Loading…
Reference in New Issue
Block a user