|
@@ -559,6 +559,10 @@ static const struct of_device_id usbhs_of_match[] = {
|
|
|
.compatible = "renesas,usbhs-r8a7796",
|
|
|
.data = (void *)USBHS_TYPE_RCAR_GEN3,
|
|
|
},
|
|
|
+ {
|
|
|
+ .compatible = "renesas,usbhs-r8a77990",
|
|
|
+ .data = (void *)USBHS_TYPE_RCAR_GEN3_WITH_PLL,
|
|
|
+ },
|
|
|
{
|
|
|
.compatible = "renesas,usbhs-r8a77995",
|
|
|
.data = (void *)USBHS_TYPE_RCAR_GEN3_WITH_PLL,
|