Hi Fabrizio, > From: Fabrizio Castro, Sent: Friday, December 14, 2018 5:24 AM > > RZ/G2E USB 3.0 implementation is like the one found on R-Car E3, > therefore add the same quirk. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> Thank you for the patch! Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> Best regards, Yoshihiro Shimoda > --- > drivers/usb/gadget/udc/renesas_usb3.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/usb/gadget/udc/renesas_usb3.c b/drivers/usb/gadget/udc/renesas_usb3.c > index cdffbd1..18444a8 100644 > --- a/drivers/usb/gadget/udc/renesas_usb3.c > +++ b/drivers/usb/gadget/udc/renesas_usb3.c > @@ -2625,6 +2625,10 @@ MODULE_DEVICE_TABLE(of, usb3_of_match); > > static const struct soc_device_attribute renesas_usb3_quirks_match[] = { > { > + .soc_id = "r8a774c0", > + .data = &renesas_usb3_priv_r8a77990, > + }, > + { > .soc_id = "r8a7795", .revision = "ES1.*", > .data = &renesas_usb3_priv_r8a7795_es1, > }, > -- > 2.7.4