|
@@ -476,6 +476,11 @@ static const struct of_device_id usbhs_of_match[] = {
|
|
|
.compatible = "renesas,usbhs-r8a7794",
|
|
|
.data = (void *)USBHS_TYPE_RCAR_GEN2,
|
|
|
},
|
|
|
+ {
|
|
|
+ /* Gen3 is compatible with Gen2 */
|
|
|
+ .compatible = "renesas,usbhs-r8a7795",
|
|
|
+ .data = (void *)USBHS_TYPE_RCAR_GEN2,
|
|
|
+ },
|
|
|
{ },
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, usbhs_of_match);
|