diff options
-rw-r--r-- | io-module/mtcdt.c | 8 | ||||
-rw-r--r-- | io-module/mts_io_module.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/io-module/mtcdt.c b/io-module/mtcdt.c index cb46a0d..a7cef5e 100644 --- a/io-module/mtcdt.c +++ b/io-module/mtcdt.c @@ -254,6 +254,14 @@ static struct gpio_pin gpio_pins_mtcdt_0_1[] = { .active_low = 1, }, { + .name = "ETH_RESET", + .pin = { + .gpio = AT91_PIN_PC4, + .flags = GPIOF_OUT_INIT_HIGH, + .label = "eth-reset", + } + }, + { .name = "WIFI_BT_ULPWKUP", .pin = { .gpio = AT91_PIN_PA0, diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index b7e5237..08c1b84 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,7 +5,7 @@ * MTAC cards. */ -#define DRIVER_VERSION "v3.0.0" +#define DRIVER_VERSION "v3.0.1" #define DRIVER_AUTHOR "James Maki <jmaki@multitech.com>" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" |