|
@@ -481,6 +481,10 @@ static const struct of_device_id usbhs_of_match[] = {
|
|
|
.compatible = "renesas,usbhs-r8a7795",
|
|
|
.data = (void *)USBHS_TYPE_RCAR_GEN3,
|
|
|
},
|
|
|
+ {
|
|
|
+ .compatible = "renesas,usbhs-r8a7796",
|
|
|
+ .data = (void *)USBHS_TYPE_RCAR_GEN3,
|
|
|
+ },
|
|
|
{
|
|
|
.compatible = "renesas,rcar-gen2-usbhs",
|
|
|
.data = (void *)USBHS_TYPE_RCAR_GEN2,
|