diff options
| author | 2018-01-08 07:30:53 -0500 | |
|---|---|---|
| committer | 2018-01-09 16:18:50 +0100 | |
| commit | aec2927b5944df70bca4bdeea6c4e7c3195dc37a (patch) | |
| tree | af5e6bbf6492629d87e44a44908d329156209997 /include/linux | |
| parent | usb: f_fs: Prevent gadget unbind if it is already unbound (diff) | |
| download | linux-dev-aec2927b5944df70bca4bdeea6c4e7c3195dc37a.tar.xz linux-dev-aec2927b5944df70bca4bdeea6c4e7c3195dc37a.zip | |
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')
| -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 { #define USBHS_TYPE_RCAR_GEN2 1 #define USBHS_TYPE_RCAR_GEN3 2 #define USBHS_TYPE_RCAR_GEN3_WITH_PLL 3 +#define USBHS_TYPE_RZA1 4 /* * option: |
