diff options
author | Vincent Donnefort <vdonnefort@gmail.com> | 2014-02-14 15:01:54 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:58:21 +0000 |
commit | facd9939403cb5769190054a600474399e776e3a (patch) | |
tree | 6a8d761e378b7e3a9394363a572690df2ad0c771 /drivers/mfd | |
parent | 6cec365e3eba3dd8c864056d8d3fd9e73ab8dd7a (diff) | |
download | op-kernel-dev-facd9939403cb5769190054a600474399e776e3a.zip op-kernel-dev-facd9939403cb5769190054a600474399e776e3a.tar.gz |
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 010c1b4..17eff09 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[] = { [LPC_AVN] = { .name = "Avoton SoC", .iTCO_version = 1, + .gpio_version = AVOTON_GPIO, }, [LPC_COLETO] = { .name = "Coleto Creek", |