usb: renesas_usbhs: add fallback compatibility strings
[deliverable/linux.git] / drivers / usb / renesas_usbhs / common.c
index 7ccc2fe4f6ec5cb79fd244a6a0297dcb694edc5d..5af9ca5d54abcc88704661333f34cdfe9e919e9a 100644 (file)
@@ -481,6 +481,15 @@ static const struct of_device_id usbhs_of_match[] = {
                .compatible = "renesas,usbhs-r8a7795",
                .data = (void *)USBHS_TYPE_RCAR_GEN2,
        },
+       {
+               .compatible = "renesas,rcar-gen2-usbhs",
+               .data = (void *)USBHS_TYPE_RCAR_GEN2,
+       },
+       {
+               /* Gen3 is compatible with Gen2 */
+               .compatible = "renesas,rcar-gen3-usbhs",
+               .data = (void *)USBHS_TYPE_RCAR_GEN2,
+       },
        { },
 };
 MODULE_DEVICE_TABLE(of, usbhs_of_match);
This page took 0.042194 seconds and 5 git commands to generate.