summaryrefslogtreecommitdiffstats
path: root/include/usb
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-09-11 09:21:18 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-09-12 10:29:51 +0200
commitffe922ce9aa71520f206bd67a99944158a719f99 (patch)
treeb1ecbb1a4098f33e2f070871bc2373597dd7f483 /include/usb
parent57e0d80794f3716c682081c3ddffa20416d016cb (diff)
downloadbarebox-ffe922ce9aa71520f206bd67a99944158a719f99.tar.gz
barebox-ffe922ce9aa71520f206bd67a99944158a719f99.tar.xz
USB: remove blackfin support
The blackfin architecture has been removed from barebox. Remove the blackfin specifics in the USB drivers as well. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/usb')
-rw-r--r--include/usb/musb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/usb/musb.h b/include/usb/musb.h
index 13eb9f8aac..fef7dc5f2c 100644
--- a/include/usb/musb.h
+++ b/include/usb/musb.h
@@ -85,14 +85,6 @@ struct musb_hdrc_config {
u8 ram_bits; /* ram address size */
struct musb_hdrc_eps_bits *eps_bits __deprecated;
-#ifdef CONFIG_BLACKFIN
- /* A GPIO controlling VRSEL in Blackfin */
- unsigned int gpio_vrsel;
- unsigned int gpio_vrsel_active;
- /* musb CLKIN in Blackfin in MHZ */
- unsigned char clkin;
-#endif
-
};
struct musb_hdrc_platform_data {