Commit c48cf598 authored by Peter Tyser's avatar Peter Tyser Committed by Lee Jones

mfd: lpc_ich: Change Avoton to iTCO v3

The register layout of the Avoton is compatible with the iTCO v3
register layout.
Signed-off-by: default avatarPeter Tyser <ptyser@xes-inc.com>
Tested-by: default avatarRajat Jain <rajatjain@juniper.net>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 24b3a167
...@@ -501,7 +501,7 @@ static struct lpc_ich_info lpc_chipset_info[] = { ...@@ -501,7 +501,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
}, },
[LPC_AVN] = { [LPC_AVN] = {
.name = "Avoton SoC", .name = "Avoton SoC",
.iTCO_version = 1, .iTCO_version = 3,
.gpio_version = AVOTON_GPIO, .gpio_version = AVOTON_GPIO,
}, },
[LPC_COLETO] = { [LPC_COLETO] = {
......
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