From: Guenter Roeck Date: Sat, 5 Apr 2014 15:49:34 +0000 (-0700) Subject: mfd: lpc_ich: Enable GPIO for Panther Point X-Git-Tag: firefly_0821_release~176^2~3820^2~6^2~60 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=62cf2cdb99c7e870ab857bdd617e728790f8c43c;p=firefly-linux-kernel-4.4.55.git mfd: lpc_ich: Enable GPIO for Panther Point Panther Point PCH GPIO configuration is similar to V5 PCHs. Signed-off-by: Guenter Roeck Signed-off-by: Lee Jones --- 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",