]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm/plat-s3c24xx/gpiolib.c
Merge branch 'timers-for-linus-clocksource' of git://git.kernel.org/pub/scm/linux...
[karo-tx-linux.git] / arch / arm / plat-s3c24xx / gpiolib.c
index 9a2d114005b5f767ad3cce83f8fa70eaa98798fe..6d7a961d3269eb3c34a8e9b9e0a41b874c92a484 100644 (file)
@@ -148,9 +148,18 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
                        .base                   = S3C2410_GPG(0),
                        .owner                  = THIS_MODULE,
                        .label                  = "GPIOG",
-                       .ngpio                  = 10,
+                       .ngpio                  = 16,
                        .to_irq                 = s3c24xx_gpiolib_bankg_toirq,
                },
+       }, {
+               .base   = S3C2410_GPHCON,
+               .pm     = __gpio_pm(&s3c_gpio_pm_2bit),
+               .chip   = {
+                       .base                   = S3C2410_GPH(0),
+                       .owner                  = THIS_MODULE,
+                       .label                  = "GPIOH",
+                       .ngpio                  = 11,
+               },
        },
 };