diff options
| -rw-r--r-- | exynos4412_gpios_data.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/exynos4412_gpios_data.c b/exynos4412_gpios_data.c index 1475a93..37cfb69 100644 --- a/exynos4412_gpios_data.c +++ b/exynos4412_gpios_data.c @@ -178,6 +178,26 @@ static char *gpio_power_down_str(int value) struct gpio_bank_data gpio_banks_data[] = { { + .name = "gpf0", + .nr_gpios = 8, + .offset = 0x0180, + }, + { + .name = "gpf1", + .nr_gpios = 8, + .offset = 0x01a0, + }, + { + .name = "gpf2", + .nr_gpios = 8, + .offset = 0x01c0, + }, + { + .name = "gpf3", + .nr_gpios = 6, + .offset = 0x01e0, + }, + { .name = "gpj0", .nr_gpios = 8, .offset = 0x0240, |
