diff options
| author | 2014-02-14 15:01:54 +0100 | |
|---|---|---|
| committer | 2014-03-19 08:58:21 +0000 | |
| commit | facd9939403cb5769190054a600474399e776e3a (patch) | |
| tree | 6a8d761e378b7e3a9394363a572690df2ad0c771 /include | |
| parent | mfd: lpc_ich: Convert ICH GPIOs IDs to enum (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')
| -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 293b06209b9c..b2364dd026a6 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 { |
