diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 17:58:06 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 17:58:06 +0200 |
commit | 800d458f32d6ba85303590dcc4dbd0d3366a9d2b (patch) | |
tree | 6003647aaface7a3eddb5c9922c13fd8ae9ce96d | |
parent | 3121243a2e2746a288f5eb3333a01af4e3e141f9 (diff) | |
download | exynos-gpio-tool-800d458f32d6ba85303590dcc4dbd0d3366a9d2b.tar.gz exynos-gpio-tool-800d458f32d6ba85303590dcc4dbd0d3366a9d2b.tar.bz2 exynos-gpio-tool-800d458f32d6ba85303590dcc4dbd0d3366a9d2b.zip |
Add forgetten ap-dump GPIO
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | modem_gpios_data.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modem_gpios_data.c b/modem_gpios_data.c index 6989a62..049de83 100644 --- a/modem_gpios_data.c +++ b/modem_gpios_data.c @@ -43,6 +43,14 @@ struct modem_gpio_data modem_gpio_datas[] = { }, { /* Exynos GPIO */ + .bank = "gpj0", + .gpio_offset = 1, + + /* Kernel and driver specific information */ + .dt_gpio_name = "ap-dump", + }, + { + /* Exynos GPIO */ .bank = "gpx1", .gpio_offset = 2, |