diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 16:38:24 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-10 16:38:24 +0200 |
commit | 3121243a2e2746a288f5eb3333a01af4e3e141f9 (patch) | |
tree | b13f62d52957a609e24c0a49e999a5f02aed26d6 | |
parent | e63311d8e41e1b1ecc7c729e8e45c766dfaae10d (diff) | |
download | exynos-gpio-tool-3121243a2e2746a288f5eb3333a01af4e3e141f9.tar.gz exynos-gpio-tool-3121243a2e2746a288f5eb3333a01af4e3e141f9.tar.bz2 exynos-gpio-tool-3121243a2e2746a288f5eb3333a01af4e3e141f9.zip |
Fix cp typo
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | modem_gpios_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modem_gpios_data.c b/modem_gpios_data.c index c14dece..6989a62 100644 --- a/modem_gpios_data.c +++ b/modem_gpios_data.c @@ -39,7 +39,7 @@ struct modem_gpio_data modem_gpio_datas[] = { .gpio_offset = 2, /* Kernel and driver specific information */ - .dt_gpio_name = "cd-reset", + .dt_gpio_name = "cp-reset", }, { /* Exynos GPIO */ @@ -47,7 +47,7 @@ struct modem_gpio_data modem_gpio_datas[] = { .gpio_offset = 2, /* Kernel and driver specific information */ - .dt_gpio_name = "cd-dump", + .dt_gpio_name = "cp-dump", }, { /* Exynos GPIO */ |