diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-11-05 09:39:16 +0800 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:16:27 +0100 |
commit | 02e357da0e116b30b066c1adf9790f3fb1ebff23 (patch) | |
tree | 4eae9469f64dd3526fe6f2f1282bfebae2490121 | |
parent | e0e6fa517e1c7dd1866fe0fa3408187beca00fdb (diff) | |
download | kernel-common-02e357da0e116b30b066c1adf9790f3fb1ebff23.tar.gz kernel-common-02e357da0e116b30b066c1adf9790f3fb1ebff23.tar.bz2 kernel-common-02e357da0e116b30b066c1adf9790f3fb1ebff23.zip |
mfd: lpc_ich: Enable GPIO for Panther Point
Panther Point PCH GPIO configuration is similar to V5 PCHs.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
(cherry picked from commit 62cf2cdb99c7e870ab857bdd617e728790f8c43c)
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
-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 3f10ea3f45d1..7d8482ff5868 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c @@ -488,6 +488,7 @@ static struct lpc_ich_info lpc_chipset_info[] = { [LPC_PPT] = { .name = "Panther Point", .iTCO_version = 2, + .gpio_version = ICH_V5_GPIO, }, [LPC_LPT] = { .name = "Lynx Point", |