diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-05-24 11:03:58 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-05-31 17:26:12 +0200 |
commit | 385575bcb6013e8151fd98d80b8dc2b5bd732cfb (patch) | |
tree | dfa216f25482808188265588cc50ecca022242b1 /board/gateworks/gw_ventana/eeprom.c | |
parent | fe63fcb6cafc1d5597b747dd673bf092f116b6d6 (diff) |
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.c | 3 |
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: |