diff options
Diffstat (limited to 'exynos4412_gpios_data.c')
| -rw-r--r-- | exynos4412_gpios_data.c | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/exynos4412_gpios_data.c b/exynos4412_gpios_data.c index c9fade4..9ec2a97 100644 --- a/exynos4412_gpios_data.c +++ b/exynos4412_gpios_data.c @@ -156,7 +156,6 @@ static char *gpio_power_down_str(int value) } /* TODO: */ -/* "gpl2", */ /* "gpx1", */ /* "gpx3", */ @@ -198,6 +197,24 @@ struct gpio_bank_data gpio_banks_data[] = { .offset = 0x0260, }, { + .name = "gpl0", + .nr_gpios = 7, + .base = 0x11000000, + .offset = 0x00c0, + }, + { + .name = "gpl1", + .nr_gpios = 2, + .base = 0x11000000, + .offset = 0x00e0, + }, + { + .name = "gpl2", + .nr_gpios = 8, + .base = 0x11000000, + .offset = 0x0100, + }, + { .name = "gpm0", .nr_gpios = 8, .base = 0x11000000, |
