From: Peter Tyser Date: Mon, 10 Mar 2014 21:34:56 +0000 (-0500) Subject: mfd: lpc_ich: Change Avoton to iTCO v3 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c48cf59878685cc06b71bb2a3ca17b61103c8de7;p=deliverable%2Flinux.git 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 Tested-by: Rajat Jain Reviewed-by: Guenter Roeck Signed-off-by: Lee Jones --- 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[] = { }, [LPC_AVN] = { .name = "Avoton SoC", - .iTCO_version = 1, + .iTCO_version = 3, .gpio_version = AVOTON_GPIO, }, [LPC_COLETO] = {