diff options
author | John Klug <john.klug@multitech.com> | 2018-10-16 18:49:22 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2018-10-16 18:49:22 -0500 |
commit | 48eac9a86c87b88ec8a05352b09407c0cf19733c (patch) | |
tree | b064824cb7845af8c50fb05f1f7f5b603ab491d3 /io-module | |
parent | 75f812b964c388cd1e41d5dd77d48ad82b32ec38 (diff) | |
download | mts-io-48eac9a86c87b88ec8a05352b09407c0cf19733c.tar.gz mts-io-48eac9a86c87b88ec8a05352b09407c0cf19733c.tar.bz2 mts-io-48eac9a86c87b88ec8a05352b09407c0cf19733c.zip |
MTCDT 0.1 ethernet accidentally removed3.0.1
Diffstat (limited to 'io-module')
-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" |