summaryrefslogtreecommitdiffstats
path: root/board/gateworks/gw_ventana/eeprom.c
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-05-24 11:03:58 -0700
committerStefano Babic <sbabic@denx.de>2016-05-31 17:26:12 +0200
commit385575bcb6013e8151fd98d80b8dc2b5bd732cfb (patch)
treedfa216f25482808188265588cc50ecca022242b1 /board/gateworks/gw_ventana/eeprom.c
parentfe63fcb6cafc1d5597b747dd673bf092f116b6d6 (diff)
downloadblackbird-obmc-uboot-385575bcb6013e8151fd98d80b8dc2b5bd732cfb.tar.gz
blackbird-obmc-uboot-385575bcb6013e8151fd98d80b8dc2b5bd732cfb.zip
imx: ventana: add GW553x 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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/eeprom.c b/board/gateworks/gw_ventana/eeprom.c
index e86c98e968..1382e5debe 100644
--- a/board/gateworks/gw_ventana/eeprom.c
+++ b/board/gateworks/gw_ventana/eeprom.c
@@ -87,6 +87,9 @@ read_eeprom(int bus, struct ventana_board_info *info)
} else if (info->model[4] == '2') {
type = GW552x;
break;
+ } else if (info->model[4] == '3') {
+ type = GW553x;
+ break;
}
/* fall through */
default:
OpenPOWER on IntegriCloud