diff options
Diffstat (limited to 'drivers/gpio/gpio-samsung.c')
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index be7b0bd4eed4..7138bb270c26 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c | |||
@@ -1059,7 +1059,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = { | |||
1059 | .base = S3C2410_GPA(0), | 1059 | .base = S3C2410_GPA(0), |
1060 | .owner = THIS_MODULE, | 1060 | .owner = THIS_MODULE, |
1061 | .label = "GPIOA", | 1061 | .label = "GPIOA", |
1062 | .ngpio = 24, | 1062 | .ngpio = 27, |
1063 | .direction_input = s3c24xx_gpiolib_banka_input, | 1063 | .direction_input = s3c24xx_gpiolib_banka_input, |
1064 | .direction_output = s3c24xx_gpiolib_banka_output, | 1064 | .direction_output = s3c24xx_gpiolib_banka_output, |
1065 | }, | 1065 | }, |
@@ -1068,7 +1068,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = { | |||
1068 | .base = S3C2410_GPB(0), | 1068 | .base = S3C2410_GPB(0), |
1069 | .owner = THIS_MODULE, | 1069 | .owner = THIS_MODULE, |
1070 | .label = "GPIOB", | 1070 | .label = "GPIOB", |
1071 | .ngpio = 16, | 1071 | .ngpio = 11, |
1072 | }, | 1072 | }, |
1073 | }, { | 1073 | }, { |
1074 | .chip = { | 1074 | .chip = { |
@@ -1113,7 +1113,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = { | |||
1113 | .base = S3C2410_GPH(0), | 1113 | .base = S3C2410_GPH(0), |
1114 | .owner = THIS_MODULE, | 1114 | .owner = THIS_MODULE, |
1115 | .label = "GPIOH", | 1115 | .label = "GPIOH", |
1116 | .ngpio = 11, | 1116 | .ngpio = 15, |
1117 | }, | 1117 | }, |
1118 | }, | 1118 | }, |
1119 | /* GPIOS for the S3C2443 and later devices. */ | 1119 | /* GPIOS for the S3C2443 and later devices. */ |