diff options
author | Werner Almesberger <werner@openmoko.org> | 2008-12-08 16:40:29 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-12-08 16:40:29 +0000 |
commit | 1e3a171e17224fc4e409b9ed03674cef3f99def3 (patch) | |
tree | d6cbff64fa46ede20bf51c334c71fbc07cbf697e /arch | |
parent | 9402b27b2a497f8eeb72f6fe1045f2c5be800fe2 (diff) |
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 <werner@openmoko.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-s3c24xx/gpiolib.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, }, }; |