diff options
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index 4877c5a..048e11c 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -559,7 +559,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_OUT_INIT_HIGH, .label = "gnss-reset", }, - .capability = CAPA_GNSS, + .capability = CAPA_GPS, }, { .name = "SECURE_RESET", @@ -592,7 +592,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .flags = GPIOF_OUT_INIT_HIGH, .label = "gnss-int", }, - .capability = CAPA_GNSS, + .capability = CAPA_GPS, }, { .name = "WIFI_BT_LPMODE", |