All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mfd: lpc_ich: Enable GPIO for Panther Point
@ 2014-04-05 15:49 Guenter Roeck
  2014-04-17 17:54 ` Guenter Roeck
  2014-04-22  8:31 ` Lee Jones
  0 siblings, 2 replies; 3+ messages in thread
From: Guenter Roeck @ 2014-04-05 15:49 UTC (permalink / raw)
  To: Peter Tyser
  Cc: Samuel Ortiz, Lee Jones, Chris Healy, linux-kernel, Guenter Roeck

Panther Point PCH GPIO configuration is similar to V5 PCHs.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 drivers/mfd/lpc_ich.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 37edf9e..d096cca 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -484,6 +484,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",
-- 
1.7.9.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-04-22  8:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05 15:49 [PATCH] mfd: lpc_ich: Enable GPIO for Panther Point Guenter Roeck
2014-04-17 17:54 ` Guenter Roeck
2014-04-22  8:31 ` Lee Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.