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 /include/linux/mfd/lpc_ich.h | |
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 'include/linux/mfd/lpc_ich.h')
-rw-r--r-- | include/linux/mfd/lpc_ich.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/lpc_ich.h b/include/linux/mfd/lpc_ich.h index 293b06209b9..b2364dd026a 100644 --- a/include/linux/mfd/lpc_ich.h +++ b/include/linux/mfd/lpc_ich.h @@ -39,6 +39,7 @@ enum { ICH_V9_GPIO, ICH_V10CORP_GPIO, ICH_V10CONS_GPIO, + AVOTON_GPIO, }; struct lpc_ich_info { |