diff options
author | Tim Harvey <tharvey@gateworks.com> | 2016-07-15 07:14:22 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2016-07-28 13:27:17 +0200 |
commit | e49621b357b1ea86170eacd3de8f03af422743e6 (patch) | |
tree | 5dd108a23870795e870362583932658ea0e026c3 /board/gateworks/gw_ventana/common.h | |
parent | 6eab98a02eae688a3d37a2a1806e92e858d08327 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h index d037767ecc..389d3aa4ee 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; }; |