]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/musb.h
USB: musb: use new platform data interface of musb to replace old one
[linux-2.6-omap-h63xx.git] / include / linux / usb / musb.h
index 630962c04ca45363fbf64a7115529f79c0e8bc1d..d6aad0ea603336c2442924fe9f5b10969380ff45 100644 (file)
@@ -47,6 +47,11 @@ struct musb_hdrc_config {
        u8              ram_bits;       /* ram address size */
 
        struct musb_hdrc_eps_bits *eps_bits;
+#ifdef CONFIG_BLACKFIN
+        /* A GPIO controlling VRSEL in Blackfin */
+        unsigned int    gpio_vrsel;
+#endif
+
 };
 
 struct musb_hdrc_platform_data {