|
@@ -1059,7 +1059,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = {
|
|
.base = S3C2410_GPA(0),
|
|
.base = S3C2410_GPA(0),
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.label = "GPIOA",
|
|
.label = "GPIOA",
|
|
- .ngpio = 24,
|
|
|
|
|
|
+ .ngpio = 27,
|
|
.direction_input = s3c24xx_gpiolib_banka_input,
|
|
.direction_input = s3c24xx_gpiolib_banka_input,
|
|
.direction_output = s3c24xx_gpiolib_banka_output,
|
|
.direction_output = s3c24xx_gpiolib_banka_output,
|
|
},
|
|
},
|
|
@@ -1068,7 +1068,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = {
|
|
.base = S3C2410_GPB(0),
|
|
.base = S3C2410_GPB(0),
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.label = "GPIOB",
|
|
.label = "GPIOB",
|
|
- .ngpio = 16,
|
|
|
|
|
|
+ .ngpio = 11,
|
|
},
|
|
},
|
|
}, {
|
|
}, {
|
|
.chip = {
|
|
.chip = {
|
|
@@ -1113,7 +1113,7 @@ struct samsung_gpio_chip s3c24xx_gpios[] = {
|
|
.base = S3C2410_GPH(0),
|
|
.base = S3C2410_GPH(0),
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.label = "GPIOH",
|
|
.label = "GPIOH",
|
|
- .ngpio = 11,
|
|
|
|
|
|
+ .ngpio = 15,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
/* GPIOS for the S3C2443 and later devices. */
|
|
/* GPIOS for the S3C2443 and later devices. */
|