From 48eac9a86c87b88ec8a05352b09407c0cf19733c Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 16 Oct 2018 18:49:22 -0500 Subject: MTCDT 0.1 ethernet accidentally removed --- io-module/mtcdt.c | 8 ++++++++ io-module/mts_io_module.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'io-module') 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 @@ -253,6 +253,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 = { 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 " #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" -- cgit v1.2.3