diff options
| author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2015-05-18 07:04:14 -0400 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-05-26 11:39:39 -0400 |
| commit | e0213bc5467ca5fe44ab04527f0e47998f30c046 (patch) | |
| tree | 2c0ef3cd8a6194237624245f9b92efd8db0d3b6e /include/linux/usb | |
| parent | f14e9ad17f46051b02bffffac2036486097de19e (diff) | |
usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2
Since the HSUSB controllers of R-Car Gen2 are the same specification
(they have 16 pipes and usb-dmac), this patch changes USBHS_TYPE_R8A7790
and USBHS_TYPE_R8A7791 to USBHS_TYPE_RCAR_GEN2.
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/renesas_usbhs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/usb/renesas_usbhs.h b/include/linux/usb/renesas_usbhs.h index f06529c14141..3dd5a781da99 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
| @@ -169,8 +169,7 @@ struct renesas_usbhs_driver_param { | |||
| 169 | #define USBHS_USB_DMAC_XFER_SIZE 32 /* hardcode the xfer size */ | 169 | #define USBHS_USB_DMAC_XFER_SIZE 32 /* hardcode the xfer size */ |
| 170 | }; | 170 | }; |
| 171 | 171 | ||
| 172 | #define USBHS_TYPE_R8A7790 1 | 172 | #define USBHS_TYPE_RCAR_GEN2 1 |
| 173 | #define USBHS_TYPE_R8A7791 2 | ||
| 174 | 173 | ||
| 175 | /* | 174 | /* |
| 176 | * option: | 175 | * option: |
