summaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/common.h
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2017-03-13 08:51:08 -0700
committerStefano Babic <sbabic@denx.de>2017-03-19 17:30:07 +0100
commitf3a8546b8f1b24efbf7a5878ec915d69c5082cf1 (patch)
treeebc59fb691c9f47ccd56bb23c98d064a370ad45c /board/gateworks/gw_ventana/common.h
parentf938500f2c810b7535aa6d7ff6d70ff32608572e (diff)
imx: ventana: make SD3_VSELECT board specific
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'board/gateworks/gw_ventana/common.h')
-rw-r--r--board/gateworks/gw_ventana/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/common.h b/board/gateworks/gw_ventana/common.h
index 693923346f..18909a02b5 100644
--- a/board/gateworks/gw_ventana/common.h
+++ b/board/gateworks/gw_ventana/common.h
@@ -16,7 +16,6 @@
#define GP_SD3_CD IMX_GPIO_NR(7, 0)
#define GP_RS232_EN IMX_GPIO_NR(2, 11)
#define GP_MSATA_SEL IMX_GPIO_NR(2, 8)
-#define GP_SD3_VSELECT IMX_GPIO_NR(6, 14)
#define UART_PAD_CTRL (PAD_CTL_PKE | PAD_CTL_PUE | \
PAD_CTL_PUS_100K_UP | PAD_CTL_SPEED_MED | \
@@ -79,6 +78,7 @@ struct ventana {
int msata_en;
int rs232_en;
int otgpwr_en;
+ int vsel_pin;
/* various features */
bool usd_vsel;
};