aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lpc_ich.c
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2014-03-10 17:34:56 -0400
committerLee Jones <lee.jones@linaro.org>2014-03-19 05:00:03 -0400
commitc48cf59878685cc06b71bb2a3ca17b61103c8de7 (patch)
tree473d058248489c9cbedbd874c9af5c111c3e18d3 /drivers/mfd/lpc_ich.c
parent24b3a1670b47e75be633ae0b5c07945c446f9d29 (diff)
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: Peter Tyser <ptyser@xes-inc.com> Tested-by: Rajat Jain <rajatjain@juniper.net> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r--drivers/mfd/lpc_ich.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index c0683370abbf..b201b0d893ca 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -501,7 +501,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
501 }, 501 },
502 [LPC_AVN] = { 502 [LPC_AVN] = {
503 .name = "Avoton SoC", 503 .name = "Avoton SoC",
504 .iTCO_version = 1, 504 .iTCO_version = 3,
505 .gpio_version = AVOTON_GPIO, 505 .gpio_version = AVOTON_GPIO,
506 }, 506 },
507 [LPC_COLETO] = { 507 [LPC_COLETO] = {