aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/musb.h
diff options
context:
space:
mode:
authorBryan Wu <cooloney@kernel.org>2008-12-02 21:33:43 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-07 10:00:06 -0800
commit2ffcdb3bdadaf8260986e96384df26c94a6ad42c (patch)
tree11e74a84510d36c9f1362b4fce230da0d17ad89c /include/linux/usb/musb.h
parentUSB: usb-storage: merge DPCM support into SDDR09 (diff)
downloadlinux-dev-2ffcdb3bdadaf8260986e96384df26c94a6ad42c.tar.xz
linux-dev-2ffcdb3bdadaf8260986e96384df26c94a6ad42c.zip
USB: musb: use new platform data interface of musb to replace old one
Signed-off-by: Bryan Wu <cooloney@kernel.org> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/usb/musb.h')
-rw-r--r--include/linux/usb/musb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/usb/musb.h b/include/linux/usb/musb.h
index 630962c04ca4..d6aad0ea6033 100644
--- a/include/linux/usb/musb.h
+++ b/include/linux/usb/musb.h
@@ -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 {