diff options
Diffstat (limited to 'io-module/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index ecc97d5..69f87f7 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -302,7 +302,7 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .name = "GNSS_RESET", .pin = { .gpio = AT91_PIN_PD15, - .flags = GPIOF_OUT_INIT_HIGH, + .flags = GPIOF_OUT_INIT_LOW, /* Keep GPS quiet during boot */ .label = "gnss-reset", }, .capability = CAPA_GPS, |