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/mtcdt.c | |
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/mtcdt.c')
-rw-r--r-- | io-module/mtcdt.c | 8 |
1 files changed, 8 insertions, 0 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, |