]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/gateworks/gw_ventana/common.h
imx: ventana: make OTG VBUS power enable board specific
[people/ms/u-boot.git] / board / gateworks / gw_ventana / common.h
index 3d7aff1077c73dc36243e4388fbb9d945e25621a..693923346f2e194c4b5ab59c7a8a5d09be844d77 100644 (file)
@@ -13,7 +13,6 @@
 
 /* GPIO's common to all baseboards */
 #define GP_PHY_RST     IMX_GPIO_NR(1, 30)
-#define GP_USB_OTG_PWR IMX_GPIO_NR(3, 22)
 #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)
@@ -79,6 +78,7 @@ struct ventana {
        int wdis;
        int msata_en;
        int rs232_en;
+       int otgpwr_en;
        /* various features */
        bool usd_vsel;
 };