mfd: lpc_ich: Change Avoton to iTCO v3
authorPeter Tyser <ptyser@xes-inc.com>
Mon, 10 Mar 2014 21:34:56 +0000 (16:34 -0500)
committerLee Jones <lee.jones@linaro.org>
Wed, 19 Mar 2014 09:00:03 +0000 (09:00 +0000)
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>
drivers/mfd/lpc_ich.c

index c0683370abbfafd1ed4c2ac414ec6b7711d3d8fe..b201b0d893ca900163fe7ca65b112fcd68806ec7 100644 (file)
@@ -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] = {
This page took 0.025117 seconds and 5 git commands to generate.