summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gw_ventana.c
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2019-02-05 00:10:54 +0300
committerStefano Babic <sbabic@denx.de>2019-02-16 00:01:15 +0300
commit988916ad1bf1e9fc98c848088d364dd8c3827f03 (patch)
tree6bbff7b0c55ed73fb2397fed1b1a35a18bda8011 /board/gateworks/gw_ventana/gw_ventana.c
parent64bdd120a00d44de2e65294774a5bae06c783f8c (diff)
downloadu-boot-988916ad1bf1e9fc98c848088d364dd8c3827f03.tar.xz
imx: ventana: add support for GW5906
The GW5906 is a GW552x with mechanical and power supply connector differences. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'board/gateworks/gw_ventana/gw_ventana.c')
-rw-r--r--board/gateworks/gw_ventana/gw_ventana.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c
index fb81a96e77..da9f5d89be 100644
--- a/board/gateworks/gw_ventana/gw_ventana.c
+++ b/board/gateworks/gw_ventana/gw_ventana.c
@@ -155,6 +155,7 @@ int board_ehci_hcd_init(int port)
switch (board_type) {
case GW53xx:
case GW552x:
+ case GW5906:
gpio = (IMX_GPIO_NR(1, 9));
break;
case GW54proto: