diff options
Diffstat (limited to 'io-module/mths.c')
-rw-r--r-- | io-module/mths.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/io-module/mths.c b/io-module/mths.c index 18af942..b323e2b 100644 --- a/io-module/mths.c +++ b/io-module/mths.c @@ -12,7 +12,7 @@ static struct gpio_pin gpio_pins_mths_0_0[] = { .name = "RADIO_RESET", .pin = { .gpio = AT91_PIN_PA22, - .flags = GPIOF_OUT_INIT_HIGH | GPIOF_PULLUP, + .flags = GPIOF_OUT_INIT_HIGH | GPIOF_OPEN_DRAIN, .label = "radio-reset", }, .active_low = 0, @@ -21,7 +21,7 @@ static struct gpio_pin gpio_pins_mths_0_0[] = { .name = "RADIO_POWER", .pin = { .gpio = AT91_PIN_PA21, - .flags = GPIOF_OUT_INIT_HIGH | GPIOF_PULLUP, + .flags = GPIOF_OUT_INIT_HIGH | GPIOF_OPEN_DRAIN, .label = "radio-power", }, .active_low = 0, |