summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/eeprom.c
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2019-02-04 13:10:54 -0800
committerStefano Babic <sbabic@denx.de>2019-02-15 22:01:15 +0100
commit988916ad1bf1e9fc98c848088d364dd8c3827f03 (patch)
tree6bbff7b0c55ed73fb2397fed1b1a35a18bda8011 /board/gateworks/gw_ventana/eeprom.c
parent64bdd120a00d44de2e65294774a5bae06c783f8c (diff)
downloadu-boot-988916ad1bf1e9fc98c848088d364dd8c3827f03.tar.gz
imx: ventana: add support for GW5906
The GW5906 is a GW552x with mechanical and power supply connector differences. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/eeprom.c')
-rw-r--r--board/gateworks/gw_ventana/eeprom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/eeprom.c b/board/gateworks/gw_ventana/eeprom.c
index 13ccf2b059..e697b8ca09 100644
--- a/board/gateworks/gw_ventana/eeprom.c
+++ b/board/gateworks/gw_ventana/eeprom.c
@@ -103,6 +103,8 @@ read_eeprom(int bus, struct ventana_board_info *info)
type = GW5904;
else if (info->model[4] == '0' && info->model[5] == '5')
type = GW5905;
+ else if (info->model[4] == '0' && info->model[5] == '6')
+ type = GW5906;
break;
}
return type;