diff options
author | Tim Harvey <tharvey@gateworks.com> | 2019-02-04 13:10:56 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-02-15 22:01:15 +0100 |
commit | ebe07ef754937ea57c828fea32b1b42b9e797882 (patch) | |
tree | 2a02b294f1100adf6804c7989cd9661ebc4fe0fd /board/gateworks/gw_ventana/ventana_eeprom.h | |
parent | 00606b51cca6057b4df2b52c3572f476307257eb (diff) |
imx: ventana: add support for GW5908
The GW5908 is a small single board computer based on the i.MX6DL SoC
with the same peripheral set as the GW530x but with 1GiB density DRAM
(64bit 512MiB).
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/ventana_eeprom.h')
-rw-r--r-- | board/gateworks/gw_ventana/ventana_eeprom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/ventana_eeprom.h b/board/gateworks/gw_ventana/ventana_eeprom.h index c6a38f1218..c80dfa1f7a 100644 --- a/board/gateworks/gw_ventana/ventana_eeprom.h +++ b/board/gateworks/gw_ventana/ventana_eeprom.h @@ -117,6 +117,7 @@ enum { GW5905, GW5906, GW5907, + GW5908, GW_UNKNOWN, GW_BADCRC, }; |