summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/eeprom.c
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2017-03-17 07:32:21 -0700
committerStefano Babic <sbabic@denx.de>2017-03-20 19:10:50 +0100
commit214fb19bcce3bca0cb6d986984f609703cb5516f (patch)
tree03594bc4688b4d7256295aa94721462af2ac6d1d /board/gateworks/gw_ventana/eeprom.c
parent94a1d6c6027a25ce02b2fc36fa3aef4c56947c9f (diff)
imx: ventana: add GW5903 support
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 cfd96b975a..2c07a84fff 100644
--- a/board/gateworks/gw_ventana/eeprom.c
+++ b/board/gateworks/gw_ventana/eeprom.c
@@ -98,6 +98,8 @@ read_eeprom(int bus, struct ventana_board_info *info)
type = GW560x;
break;
case '9':
+ if (info->model[4] == '0' && info->model[5] == '3')
+ type = GW5903;
if (info->model[4] == '0' && info->model[5] == '4')
type = GW5904;
break;