summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tyser <ptyser@xes-inc.com>2014-11-05 09:39:14 +0800
committerStephane Desneux <stephane.desneux@open.eurogiciel.org>2015-02-04 11:16:27 +0100
commit6a2d55e7ae265faca72427e76a1bff65c9cfa540 (patch)
tree183ba8b5726965981d510d9229d66bd139b05b89
parent9b7bc6f8cd99cd18d88850e25499a5703eb10ac5 (diff)
downloadkernel-common-6a2d55e7ae265faca72427e76a1bff65c9cfa540.tar.gz
kernel-common-6a2d55e7ae265faca72427e76a1bff65c9cfa540.tar.bz2
kernel-common-6a2d55e7ae265faca72427e76a1bff65c9cfa540.zip
mfd: lpc_ich: Add support for NM10 GPIO
The NM10's GPIO is compatible with ICH v7 GPIO. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> Tested-by: Dan Weinlader <danw@vs-networks.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Lee Jones <lee.jones@linaro.org> (cherry picked from commit 117bbfe25cfc2e968be1f7976ac460a5cd3d734e) Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
-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 b201b0d893ca..2f657c7472b2 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -305,6 +305,7 @@ static struct lpc_ich_info lpc_chipset_info[] = {
[LPC_NM10] = {
.name = "NM10",
.iTCO_version = 2,
+ .gpio_version = ICH_V7_GPIO,
},
[LPC_ICH8] = {
.name = "ICH8 or ICH8R",