diff options
author | John Klug <john.klug@multitech.com> | 2020-02-25 13:06:26 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-02-25 13:06:26 -0600 |
commit | 937d21665a614dee618e48b51389d3a1e27709bf (patch) | |
tree | b20a98b3d3c0778c6e3c2e2a919a10d4fae063e3 /io-module/mts_io_module.h | |
parent | ace6855ee90434b77bdf99f915804584251a6ea1 (diff) | |
download | mts-io-937d21665a614dee618e48b51389d3a1e27709bf.tar.gz mts-io-937d21665a614dee618e48b51389d3a1e27709bf.tar.bz2 mts-io-937d21665a614dee618e48b51389d3a1e27709bf.zip |
Support mtcpm CPU board4.3.0
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r-- | io-module/mts_io_module.h | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h index 6a84d4c..2d4b8f5 100644 --- a/io-module/mts_io_module.h +++ b/io-module/mts_io_module.h @@ -5,13 +5,13 @@ * MTAC cards. */ -#define DRIVER_VERSION "v4.1.4" +#define DRIVER_VERSION "v4.3.0" #define DRIVER_AUTHOR "Multitech Systems" #define DRIVER_DESC "MTS-IO Controller" #define DRIVER_NAME "mts-io" #define DEBUG 0 - +/* Atmel AT91 Platforms */ #define PRODUCT_ID_MTCDP_E1_DK "MTCDP-E1-DK" #define PRODUCT_ID_MT100EOCG "MT100EOCG" #define PRODUCT_ID_MTR "MTR" @@ -41,6 +41,12 @@ #define HW_VERSION_MTHS_0_0 "MTHS-0.0" #define HW_VERSION_MTHS_0_1 "MTHS-0.1" +/* TI OMAP Platforms */ +#define PRODUCT_ID_MTCPM "MTCPM" + +#define HW_VERSION_MTCPM_DASH "MTCPM-" +#define HW_VERSION_MTCPM_0_0 "MTCPM-0.0" + enum { MTCDP_E1_DK_0_0, MTCDP_E1_DK_1_0, @@ -58,6 +64,7 @@ enum { MTCAP_0_1, MTHS_0_0, MTHS_0_1, + MTCPM_0_0, }; enum { |