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 /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 293b06209b9c..b2364dd026a6 100644 --- a/include/linux/mfd/lpc_ich.h +++ b/include/linux/mfd/lpc_ich.h | |||
@@ -39,6 +39,7 @@ enum { | |||
39 | ICH_V9_GPIO, | 39 | ICH_V9_GPIO, |
40 | ICH_V10CORP_GPIO, | 40 | ICH_V10CORP_GPIO, |
41 | ICH_V10CONS_GPIO, | 41 | ICH_V10CONS_GPIO, |
42 | AVOTON_GPIO, | ||
42 | }; | 43 | }; |
43 | 44 | ||
44 | struct lpc_ich_info { | 45 | struct lpc_ich_info { |