diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-04-05 08:49:34 -0700 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-03 08:11:15 +0100 |
commit | 62cf2cdb99c7e870ab857bdd617e728790f8c43c (patch) | |
tree | 807b2a69daa372f38337b37f4383e55c407706bf /drivers/mfd/lpc_ich.c | |
parent | fce7fbfcd1b836935d92512476a3b7d508a64b7b (diff) | |
download | op-kernel-dev-62cf2cdb99c7e870ab857bdd617e728790f8c43c.zip op-kernel-dev-62cf2cdb99c7e870ab857bdd617e728790f8c43c.tar.gz |
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>
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-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 3f10ea3..7d8482f 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", |