commit | 117bbfe25cfc2e968be1f7976ac460a5cd3d734e | [log] [tgz] |
---|---|---|
author | Peter Tyser <[email protected]> | Mon Mar 10 16:34:57 2014 -0500 |
committer | Lee Jones <[email protected]> | Wed Mar 19 09:00:04 2014 +0000 |
tree | 1f9e4d16c74a6d6a6d1ea9dbc3cb0eaf44b30e87 | |
parent | c48cf59878685cc06b71bb2a3ca17b61103c8de7 [diff] [blame] |
mfd: lpc_ich: Add support for NM10 GPIO The NM10's GPIO is compatible with ICH v7 GPIO. Signed-off-by: Peter Tyser <[email protected]> Tested-by: Dan Weinlader <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Signed-off-by: Lee Jones <[email protected]>
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index b201b0d..2f657c7 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c
@@ -305,6 +305,7 @@ [LPC_NM10] = { .name = "NM10", .iTCO_version = 2, + .gpio_version = ICH_V7_GPIO, }, [LPC_ICH8] = { .name = "ICH8 or ICH8R",