summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-09-29 09:39:52 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-09-29 13:57:14 +0200
commit7c9708a5c6a9b0c5e7554363f4af1e88549887e0 (patch)
treec2bd949f27fb25171aab1a9dcd529d8b86371e83 /include
parent0408cb01fa4dbf80fbc1516af8cdc86e087c63ac (diff)
downloadbarebox-7c9708a5c6a9b0c5e7554363f4af1e88549887e0.tar.gz
barebox-7c9708a5c6a9b0c5e7554363f4af1e88549887e0.tar.xz
usb: ehci: forward phy given in registration data to host
Allow to pass a phy in the registration data and forward it to the usb_host structure. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/usb/ehci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb/ehci.h b/include/usb/ehci.h
index 93f980d34f..1008e92f02 100644
--- a/include/usb/ehci.h
+++ b/include/usb/ehci.h
@@ -11,6 +11,7 @@ struct ehci_data {
void __iomem *hccr;
void __iomem *hcor;
unsigned long flags;
+ struct usb_phy *usbphy;
/* platform specific init functions */
int (*init)(void *drvdata);