diff options
| author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2016-01-07 04:18:13 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@kernel.org> | 2016-03-04 08:14:28 -0500 |
| commit | de18757e272d0e948bfa3e083a1771887f719c05 (patch) | |
| tree | c5b2bd79980a70a5e872b641fe0ff271b69bb60e /include/linux/usb | |
| parent | 7580862b3e80af9b90dd12daeedee63e3f5683c2 (diff) | |
usb: renesas_usbhs: add R-Car Gen3 power control
Since the usb2 phy driver for gen3 (phy-rcar-gen3-usb2) cannot access
LPSTS and UGCTRL2 registers in the HSUSB module, this driver have to
initialize the registers. So, this patch adds such handling code into
rcar3.c.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/renesas_usbhs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h index 4db191fe8c2c..00a47d058d83 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
| @@ -184,6 +184,7 @@ struct renesas_usbhs_driver_param { | |||
| 184 | }; | 184 | }; |
| 185 | 185 | ||
| 186 | #define USBHS_TYPE_RCAR_GEN2 1 | 186 | #define USBHS_TYPE_RCAR_GEN2 1 |
| 187 | #define USBHS_TYPE_RCAR_GEN3 2 | ||
| 187 | 188 | ||
| 188 | /* | 189 | /* |
| 189 | * option: | 190 | * option: |
