The register layout of the Avoton is compatible with the iTCO v3 register layout.
Signed-off-by: Peter Tyser <[email protected]> Tested-by: Rajat Jain <[email protected]> Cc: Guenter Roeck <[email protected]> Cc: James Ralston <[email protected]> Cc: Samuel Ortiz <[email protected]> Cc: Lee Jones <[email protected]> Cc: Wim Van Sebroeck <[email protected]> Cc: [email protected] --- drivers/mfd/lpc_ich.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index b4bfc58..cb655b3 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c @@ -502,7 +502,7 @@ static struct lpc_ich_info lpc_chipset_info[] = { }, [LPC_AVN] = { .name = "Avoton SoC", - .iTCO_version = 1, + .iTCO_version = 3, }, [LPC_COLETO] = { .name = "Coleto Creek", -- 1.7.7.GIT -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

