diff options
| author | Chris Brandt <chris.brandt@renesas.com> | 2018-01-08 07:30:53 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-09 10:18:50 -0500 |
| commit | aec2927b5944df70bca4bdeea6c4e7c3195dc37a (patch) | |
| tree | af5e6bbf6492629d87e44a44908d329156209997 /include/linux/usb | |
| parent | ce5bf9a50daf2d9078b505aca1cea22e88ecb94a (diff) | |
usb: renesas_usbhs: Add support for RZ/A1
This patch adds the capability to support RZ/A1 SoCs.
Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 9482735d4ca5..53924f8e840c 100644 --- a/include/linux/usb/renesas_usbhs.h +++ b/include/linux/usb/renesas_usbhs.h | |||
| @@ -195,6 +195,7 @@ struct renesas_usbhs_driver_param { | |||
| 195 | #define USBHS_TYPE_RCAR_GEN2 1 | 195 | #define USBHS_TYPE_RCAR_GEN2 1 |
| 196 | #define USBHS_TYPE_RCAR_GEN3 2 | 196 | #define USBHS_TYPE_RCAR_GEN3 2 |
| 197 | #define USBHS_TYPE_RCAR_GEN3_WITH_PLL 3 | 197 | #define USBHS_TYPE_RCAR_GEN3_WITH_PLL 3 |
| 198 | #define USBHS_TYPE_RZA1 4 | ||
| 198 | 199 | ||
| 199 | /* | 200 | /* |
| 200 | * option: | 201 | * option: |
