From 7c9708a5c6a9b0c5e7554363f4af1e88549887e0 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 29 Sep 2016 09:39:52 +0200 Subject: 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 --- include/usb/ehci.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3