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:
committed by
Lee Jones
parent
6cec365e3e
commit
facd993940
@@ -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 {
|
|||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user