diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2014-10-07 05:43:06 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-03 17:00:56 +0100 |
commit | 420974a0ed2d9da76637c2c2dc9324850e4f9a24 (patch) | |
tree | bd1eb302cbcb4a8ac6af5ef6a3bf76e0e63fe439 /drivers/usb/renesas_usbhs/common.h | |
parent | usb: renesas_usbhs: clean up rcar2.c to support a generic PHY (diff) | |
download | linux-420974a0ed2d9da76637c2c2dc9324850e4f9a24.tar.xz linux-420974a0ed2d9da76637c2c2dc9324850e4f9a24.zip |
usb: renesas_usbhs: add support for generic PHY
This patch adds support for the generic PHY. The generic PHY will be
used in multiplatform environment.
Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r-- | drivers/usb/renesas_usbhs/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h index e0d53c51c260..c45667f942b6 100644 --- a/drivers/usb/renesas_usbhs/common.h +++ b/drivers/usb/renesas_usbhs/common.h @@ -270,6 +270,7 @@ struct usbhs_priv { struct usbhs_fifo_info fifo_info; struct usb_phy *usb_phy; + struct phy *phy; }; /* |