From 1e3a171e17224fc4e409b9ed03674cef3f99def3 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 8 Dec 2008 16:40:29 +0000 Subject: PATCH-1_3-S3C24xx-GPIO-G-has-16-pins.eml S3C24xx: GPIO G has 16 pins At least on 2410 and 2442, GPIO port G has 16 pins. Signed-off-by: Werner Almesberger --- arch/arm/plat-s3c24xx/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c index a9cf22d32b9..3679323a69c 100644 --- a/arch/arm/plat-s3c24xx/gpiolib.c +++ b/arch/arm/plat-s3c24xx/gpiolib.c @@ -130,7 +130,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { .base = S3C2410_GPG0, .owner = THIS_MODULE, .label = "GPIOG", - .ngpio = 10, + .ngpio = 16, }, }, }; -- cgit v1.2.3