summaryrefslogtreecommitdiff
path: root/io-module/mts_io.c
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2013-05-02 14:34:11 -0500
committerJesse Gilles <jgilles@multitech.com>2014-01-17 14:26:47 -0600
commit91be2547481bcfdd69a1d22510011a0b169dfd4c (patch)
tree8ae88780d6c7517d9c292093e6cc2d7d4e5fd144 /io-module/mts_io.c
parent8df315054f6471a4598e45588919610d9934ffbb (diff)
downloadcdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.tar.gz
cdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.tar.bz2
cdp-io-controller-91be2547481bcfdd69a1d22510011a0b169dfd4c.zip
add mtocgd rev-b
Diffstat (limited to 'io-module/mts_io.c')
-rw-r--r--io-module/mts_io.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/io-module/mts_io.c b/io-module/mts_io.c
index c01b1c0..dc5a65f 100644
--- a/io-module/mts_io.c
+++ b/io-module/mts_io.c
@@ -2942,6 +2942,15 @@ static int mts_id_eeprom_load(void)
has_spi_dout = 0;
has_spi_temp = 0;
log_info("detected board %s", HW_VERSION_MTOCGD_0_0);
+ } else if (strncmp(id_eeprom.hw_version, HW_VERSION_MTOCGD_0_1, strlen(HW_VERSION_MTOCGD_0_1)) == 0) {
+ attr_group = &mtr_platform_attribute_group;
+ gpio_pins = gpio_pins_mtr_0_1;
+ mts_product_id = MTOCGD_0_1;
+ has_spi_sout = 0;
+ has_spi_din = 0;
+ has_spi_dout = 0;
+ has_spi_temp = 0;
+ log_info("detected board %s", HW_VERSION_MTOCGD_0_1);
} else {
attr_group = &mtcdp_platform_attribute_group;
gpio_pins = gpio_pins_mtcdp_1_0;