Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 546970fd authored by Fabrizio Castro's avatar Fabrizio Castro Committed by Felipe Balbi
Browse files

usb: gadget: udc: renesas_usb3: add support for r8a774c0



RZ/G2E USB 3.0 implementation is like the one found on R-Car E3,
therefore add the same quirk.

Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: default avatarFabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent e49107d8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2629,6 +2629,10 @@ static const struct of_device_id usb3_of_match[] = {
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,