diff options
author | Vincent Donnefort <vdonnefort@gmail.com> | 2014-02-14 09:01:54 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 04:58:21 -0400 |
commit | facd9939403cb5769190054a600474399e776e3a (patch) | |
tree | 6a8d761e378b7e3a9394363a572690df2ad0c771 /drivers/mfd | |
parent | 6cec365e3eba3dd8c864056d8d3fd9e73ab8dd7a (diff) |
mfd: lpc_ich: Add support for Intel Avoton GPIOs
Signed-off-by: Vincent Donnefort <vdonnefort@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/lpc_ich.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index 010c1b490478..17eff0925ac1 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c | |||
@@ -499,6 +499,7 @@ static struct lpc_ich_info lpc_chipset_info[] = { | |||
499 | [LPC_AVN] = { | 499 | [LPC_AVN] = { |
500 | .name = "Avoton SoC", | 500 | .name = "Avoton SoC", |
501 | .iTCO_version = 1, | 501 | .iTCO_version = 1, |
502 | .gpio_version = AVOTON_GPIO, | ||
502 | }, | 503 | }, |
503 | [LPC_COLETO] = { | 504 | [LPC_COLETO] = { |
504 | .name = "Coleto Creek", | 505 | .name = "Coleto Creek", |