diff options
-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 */ |