From: Peter Tyser Date: Wed, 5 Nov 2014 01:39:14 +0000 (+0800) Subject: mfd: lpc_ich: Add support for NM10 GPIO X-Git-Tag: v3.14.28+ltsi~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a2d55e7ae265faca72427e76a1bff65c9cfa540;p=platform%2Fkernel%2Flinux-stable.git mfd: lpc_ich: Add support for NM10 GPIO The NM10's GPIO is compatible with ICH v7 GPIO. Signed-off-by: Peter Tyser Tested-by: Dan Weinlader Reviewed-by: Guenter Roeck Signed-off-by: Lee Jones (cherry picked from commit 117bbfe25cfc2e968be1f7976ac460a5cd3d734e) Signed-off-by: Chang Rebecca Swee Fun --- 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",