aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/renesas_usbhs/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/renesas_usbhs/common.h')
-rw-r--r--drivers/usb/renesas_usbhs/common.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/usb/renesas_usbhs/common.h b/drivers/usb/renesas_usbhs/common.h
index a7996da6a1bd..0427cdd1a483 100644
--- a/drivers/usb/renesas_usbhs/common.h
+++ b/drivers/usb/renesas_usbhs/common.h
@@ -102,6 +102,10 @@ struct usbhs_priv;
102#define DEVADD8 0x00E0 102#define DEVADD8 0x00E0
103#define DEVADD9 0x00E2 103#define DEVADD9 0x00E2
104#define DEVADDA 0x00E4 104#define DEVADDA 0x00E4
105#define D2FIFOSEL 0x00F0 /* for R-Car Gen2 */
106#define D2FIFOCTR 0x00F2 /* for R-Car Gen2 */
107#define D3FIFOSEL 0x00F4 /* for R-Car Gen2 */
108#define D3FIFOCTR 0x00F6 /* for R-Car Gen2 */
105 109
106/* SYSCFG */ 110/* SYSCFG */
107#define SCKE (1 << 10) /* USB Module Clock Enable */ 111#define SCKE (1 << 10) /* USB Module Clock Enable */
@@ -269,7 +273,8 @@ struct usbhs_priv {
269 */ 273 */
270 struct usbhs_fifo_info fifo_info; 274 struct usbhs_fifo_info fifo_info;
271 275
272 struct usb_phy *phy; 276 struct usb_phy *usb_phy;
277 struct phy *phy;
273}; 278};
274 279
275/* 280/*