summary refs log tree commit diff
path: root/drivers
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2014-04-05 08:49:34 -0700
committerLee Jones <lee.jones@linaro.org>2014-06-03 08:11:15 +0100
commit62cf2cdb99c7e870ab857bdd617e728790f8c43c (patch)
tree807b2a69daa372f38337b37f4383e55c407706bf /drivers
parentfce7fbfcd1b836935d92512476a3b7d508a64b7b (diff)
downloadlinux-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')
-rw-r--r--drivers/mfd/lpc_ich.c1
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",