summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-18 12:36:29 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-18 12:36:53 +0200
commit48625680631e2abab46553b3c348fc6a298c553b (patch)
tree0aef4b2b239cead21dc5125be674e15f0ec6d3ac
parenta734defae4d829eb9a7d017b1682de0902e64bd5 (diff)
downloadexynos-gpio-tool-48625680631e2abab46553b3c348fc6a298c553b.tar.gz
exynos-gpio-tool-48625680631e2abab46553b3c348fc6a298c553b.tar.bz2
exynos-gpio-tool-48625680631e2abab46553b3c348fc6a298c553b.zip
exynos4412 gpios: Add GPF GPIOs
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--exynos4412_gpios_data.c20
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,