summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2016-07-15 07:14:22 -0700
committerStefano Babic <sbabic@denx.de>2016-07-28 13:27:17 +0200
commite49621b357b1ea86170eacd3de8f03af422743e6 (patch)
tree5dd108a23870795e870362583932658ea0e026c3 /board/gateworks/gw_ventana/common.h
parent6eab98a02eae688a3d37a2a1806e92e858d08327 (diff)
downloadu-boot-imx-e49621b357b1ea86170eacd3de8f03af422743e6.zip
u-boot-imx-e49621b357b1ea86170eacd3de8f03af422743e6.tar.gz
u-boot-imx-e49621b357b1ea86170eacd3de8f03af422743e6.tar.bz2
imx: ventana: make RS232 enable board specific
Not all Ventana boards have an RS232 transceiver, make it board specific. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/common.h')
-rw-r--r--board/gateworks/gw_ventana/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h
index d037767..389d3aa 100644
--- a/board/gateworks/gw_ventana/common.h
+++ b/board/gateworks/gw_ventana/common.h
@@ -78,6 +78,8 @@ struct ventana {
int usb_sel;
int wdis;
int msata_en;
+ int rs232_en;
+ /* various features */
bool usd_vsel;
};