summaryrefslogtreecommitdiff
path: root/io-module/mts_io_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'io-module/mts_io_module.h')
-rw-r--r--io-module/mts_io_module.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/io-module/mts_io_module.h b/io-module/mts_io_module.h
index 41a27e5..4192102 100644
--- a/io-module/mts_io_module.h
+++ b/io-module/mts_io_module.h
@@ -11,7 +11,7 @@
#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"
@@ -40,6 +40,11 @@
#define HW_VERSION_MTHS_0_0 "MTHS-0.0"
#define HW_VERSION_MTHS_0_1 "MTHS-0.1"
+/* TI OMAP Platforms */
+#define PRODUCT_ID_MTCDT3 "MTCDT3"
+
+#define HW_VERSION_MTCDT3_0_0 "MTCDT3-0.0"
+
enum {
MTCDP_E1_DK_0_0,
MTCDP_E1_DK_1_0,